Advertisement
Archman

Autostart-openbox

Jan 15th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #
  2. # These things are run when an Openbox X Session is started.
  3. # You may place a similar script in $HOME/.config/openbox/autostart
  4. # to run user-specific things.
  5. #
  6.  
  7. # If you want to use GNOME config tools...
  8. #
  9. #if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
  10. # /usr/lib/openbox/gnome-settings-daemon &
  11. #elif which gnome-settings-daemon >/dev/null 2>&1; then
  12. gnome-settings-daemon &
  13. #fi
  14.  
  15. # If you want to use XFCE config tools...
  16. #
  17. xfce-mcs-manager &
  18. sh ~/.fehbg &
  19.  
  20. tint2 &
  21.  
  22. compton -cCGfF -o 0.30 -O 200 -I 200 -t 0 -l 0 -r 2 -D2 -m 0.85 -i 0.85 &
  23.  
  24. /home/archman/.start-conky &
  25.  
  26. (sleep 1s && octopi-notifier) &
  27.  
  28. (sleep 2s && nm-applet) &
  29.  
  30. (sleep 3s && volumeicon) &
  31.  
  32. (sleep 4s && numlockx) &
  33.  
  34. (sleep 5s && lxpolkit) &
  35.  
  36. (sleep 6s && xscreensaver -no-splash) &
  37.  
  38. (sleep 7s && copyq) &
  39.  
  40. (sleep 8s && megasync) &
  41.  
  42. (sleep 9s && easystroke) &
  43.  
  44. (sleep 10s && xxkb) &
  45.  
  46. (sleep 11s && orage) &
  47.  
  48. setxkbmap -layout us,cz -option grp:alt_shift_toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement