Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Last active December 30, 2015 02:29
Show Gist options
  • Save nekolinuxblog/7762817 to your computer and use it in GitHub Desktop.
Save nekolinuxblog/7762817 to your computer and use it in GitHub Desktop.
(その12)additionalKeysP関数とか
import XMonad
import XMonad.Util.EZConfig
main :: IO ()
main = xmonad $ defaultConfig { terminal = "urxvt"
, modMask = mod4Mask
}
`additionalKeysP` [("M-q", spawn "killall dzen2; xmonad --recompile && xmonad --restart")]
`removeKeysP` ["M-S-/", "M-?"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment