Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created October 2, 2012 15:53
Show Gist options
  • Save farhaven/3820349 to your computer and use it in GitHub Desktop.
Save farhaven/3820349 to your computer and use it in GitHub Desktop.
! turn the scroll wheel upside-down
pointer = 1 2 3 5 4
! make CapsLock work as modbutton3
keycode 66 = Hyper_L
clear lock
clear mod3
clear mod4
add mod3 = Hyper_L
add mod4 = Super_L Super_R
! fix for braindead Xorg devs
! unmap keypad multiply
keycode 63 =
! unmap keypad divide
keycode 112 =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment