.xinitrc 774 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #! /bin/sh
  2. # Set nice background.
  3. # xsetroot -solid grey20
  4. nitrogen --restore
  5. # Set nice pointer cursor.
  6. xsetroot -cursor_name plus -fg white -bg black
  7. # Load resources.
  8. xrdb -load ~/.Xresources
  9. # Start window manager in the background. If it dies, X still lives.
  10. # mcwm &
  11. # If you want to allow windows to be hidden, use this instead:
  12. mcwm -i &
  13. # Start compositor, for special effects
  14. compton -C -c -f -i 0.8 &
  15. # Start system tray
  16. stalonetray -t --sticky true --window-layer top --dockapp-mode simple &
  17. # Start Wi-Fi icon
  18. nm-applet &
  19. # Start Volume Icon
  20. volumeicon &
  21. # Start Bluetooth icon
  22. blueman-applet &
  23. # Start input method
  24. fcitx &
  25. # Basic apps
  26. gajim & ekiga &
  27. icecat &
  28. hexchat & mumble &
  29. # Start a terminal in the foreground. If this dies, X dies.
  30. exec urxvt