Skip to content

Instantly share code, notes, and snippets.

@weakish
Created July 5, 2010 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakish/464312 to your computer and use it in GitHub Desktop.
Save weakish/464312 to your computer and use it in GitHub Desktop.
#fluxbox config files #recycle
# 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/weakish/.font
#
# Your favourite mouse cursor:
# xsetroot -cursor_name right_ptr
#
# Change your keymap:
# xmodmap ~/.Xmodmap
# 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 &
# switch key
xmodmap -e "pointer = 3 2 1 4 5 6 7 8 9"
xmodmap -e "clear Control" &
xmodmap -e "clear Mod4" &
xmodmap -e "add Control = Super_L Super_R" &
xmodmap -e "add Mod4 = Control_L Control_R" &
xmodmap -e "keysym KP_Enter = Meta_L Alt_L Meta_R Alt_R" &
# Apps
#emacs &
#iceweasel &
# 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
# or if you want to keep a log:
exec /usr/bin/fluxbox -log ~/.fluxbox/log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment