Skip to content

Instantly share code, notes, and snippets.

@vrachnis
Created April 4, 2011 18:56
Show Gist options
  • Save vrachnis/902181 to your computer and use it in GitHub Desktop.
Save vrachnis/902181 to your computer and use it in GitHub Desktop.
xsetroot -cursor_name left_ptr
setxkbmap -model pc101 -layout us,gr -variant ,
setxkbmap -option grp:shifts_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,ctrl:swapcaps,compose:menu
xset s off
#xset s 0
#exec xmonad
case "$2" in
"xmonad")
exec xmonad
;;
*)
exec twm
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment