Skip to content

Instantly share code, notes, and snippets.

@vincenthz
Created October 17, 2011 14:57
Show Gist options
  • Save vincenthz/1292793 to your computer and use it in GitHub Desktop.
Save vincenthz/1292793 to your computer and use it in GitHub Desktop.
my xmonad xsession file
#xmodmap -e "keycode 192 = XF86Launch1"
xmodmap -e "keycode 192 = XF86Launch6"
#xmodmap -e "keycode 193 = XF86Launch2"
xmodmap -e "keycode 193 = XF86Calendar"
xmodmap -e "keycode 194 = XF86Launch3"
xmodmap -e "keycode 195 = XF86Launch4"
xmodmap -e "keycode 196 = XF86Launch5"
xset b off
# start ibus
export XMODIFIERS=@im=ibus
export GTK_IM_MODULE="ibus"
ibus-daemon &
nm-applet &
gnome-power-manager &
gnome-volume-control-applet &
feh --bg-fill wallpaper.jpg &
eval `ssh-agent`
dbus-launch --exit-with-session xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment