Advertisement
randalltux

fluxbox startup

Apr 12th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # fluxbox startup-script:
  4. #
  5. # Lines starting with a '#' are ignored.
  6.  
  7. # Change your keymap:
  8. xmodmap "/home/randalltux/.Xmodmap"
  9.  
  10. # Applications you want to run with fluxbox.
  11. # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
  12. #
  13. # unclutter -idle 2 &
  14. # wmnd &
  15. # wmsmixer -w &
  16. # idesk &
  17. #
  18. # Debian-local change:
  19. # - fbautostart has been added with a quick hack to check to see if it
  20. # exists. If it does, we'll start it up by default.
  21. which fbautostart > /dev/null
  22. if [ $? -eq 0 ]; then
  23. fbautostart
  24. fi
  25.  
  26. # And last but not least we start fluxbox.
  27. # Because it is the last app you have to run it with ''exec'' before it.
  28.  
  29. exec fluxbox
  30. # or if you want to keep a log:
  31. # exec fluxbox -log "/home/randalltux/.fluxbox/log"
  32.  
  33. fbsetbg -f ~/.fluxbox/backgrounds/skippin___skool_by_ether.jpg
  34.  
  35. sleep 2s && tint2 < ane tambahin sendiri buat startup paneltint nya , tapi gagal :(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement