systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

startup (1239B)


      1 # fluxbox startup-script:
      2 #
      3 # Lines starting with a '#' are ignored.
      4 
      5 # You can set your favourite wallpaper here if you don't want
      6 # to do it from your style.
      7 #
      8 # bsetbg -f ~/pictures/wallpaper.png
      9 #
     10 # This sets a black background
     11 
     12 #/usr/bin/fbsetroot -solid black
     13 
     14 # This shows the fluxbox-splash-screen
     15 # fbsetbg -C /usr/share/fluxbox/splash.jpg
     16 
     17 # Other examples. Check man xset for details.
     18 #
     19 # Turn off beeps:
     20 # xset -b
     21 #
     22 # Increase the keyboard repeat-rate:
     23 # xset r rate 195 35
     24 #
     25 # Your own fonts-dir:
     26 # xset +fp ~/.font
     27 #
     28 # Your favourite mouse cursor:
     29 # xsetroot -cursor_name right_ptr
     30 #
     31 # Change your keymap:
     32 # xmodmap ~/.Xmodmap
     33 
     34 
     35 
     36 # Applications you want to run with fluxbox.
     37 # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
     38 #
     39 # unclutter -idle 2 &
     40 # wmnd &
     41 # wmsmixer -w &
     42 # idesk &
     43 
     44 # set background in style: /usr/share/fluxbox/styles/ostrich
     45 #fbsetbg -f /usr/share/backgrounds/xfce/xfce-blue.jpg
     46 #fbsetbg -f ~/.fluxbox/backgrounds/wallpaper_easydoneitnet.png
     47 
     48 #dropbox start &
     49 #owncloud &
     50 
     51 # And last but not least we start fluxbox.
     52 # Because it is the last app you have to run it with ''exec'' before it.
     53 
     54 exec /usr/bin/fluxbox
     55 # or if you want to keep a log:
     56 # exec /usr/bin/fluxbox -log ~/.fluxbox/log