diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-03-05 20:47:43 +0200 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-03-05 20:47:43 +0200 |
commit | efd7b3d5bee6815c3cd503e92b7df240c7b528aa (patch) | |
tree | acd683fe32501fcb2e7134d04b8fefc75c27e68b /skel/.fluxbox/startup | |
parent | 9309625cb947f3f54543a74b35d8d5138ccf0fb3 (diff) |
springtime cleaning
Diffstat (limited to 'skel/.fluxbox/startup')
-rwxr-xr-x | skel/.fluxbox/startup | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/skel/.fluxbox/startup b/skel/.fluxbox/startup deleted file mode 100755 index b91630d..0000000 --- a/skel/.fluxbox/startup +++ /dev/null @@ -1,55 +0,0 @@ -# fluxbox startup-script: -# -# Lines starting with a '#' are ignored. - -# You can set your favourite wallpaper here if you don't want -# to do it from your style. -# -# bsetbg -f ~/pictures/wallpaper.png -# -# This sets a black background - -/usr/bin/fbsetroot -solid black - -# This shows the fluxbox-splash-screen -# fbsetbg -C /usr/share/fluxbox/splash.jpg - -# Other examples. Check man xset for details. -# -# Turn off beeps: -# xset -b -# -# Increase the keyboard repeat-rate: -# xset r rate 195 35 -# -# Your own fonts-dir: -# xset +fp /home/kogaionuser/.font -# -# Your favourite mouse cursor: -# xsetroot -cursor_name right_ptr -# -# Change your keymap: -# xmodmap ~/.Xmodmap - -# Sabayon customization -# Setup GTK theme if unset -if [ ! -f "~/.gtkrc-2.0" ]; then - export GTK2_RC_FILES="${HOME}/.fluxbox/gtkrc" -fi - -# This is a live install hook -# Startup the installer? -# installer --fullscreen & - -# Applications you want to run with fluxbox. -# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END. -# -# unclutter -idle 2 & -# wmnd & -# wmsmixer -w & -# idesk & - -# And last but not least we start fluxbox. -# Because it is the last app you have to run it with ''exec'' before it. - -exec /usr/bin/fluxbox |