Skip to content

Instantly share code, notes, and snippets.

@sol
Created October 2, 2013 07:42
Show Gist options
  • Save sol/6790274 to your computer and use it in GitHub Desktop.
Save sol/6790274 to your computer and use it in GitHub Desktop.
Disable `shift-mask-q` for XMonad.
removeQuitShortcut :: XConfig a -> XConfig a
removeQuitShortcut c = c {keys = Map.delete (modMask c .|. shiftMask, xK_q) . keys c}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment