init
This commit is contained in:
11
home/xmonad/config.hs
Executable file
11
home/xmonad/config.hs
Executable file
@@ -0,0 +1,11 @@
|
||||
import XMonad
|
||||
import XMonad.Util.Ungrab
|
||||
import XMonad.Util.EZConfig
|
||||
|
||||
main :: IO ()
|
||||
main = xmonad $ def
|
||||
{
|
||||
modMask = mod4Mask -- map to <Super>
|
||||
}
|
||||
`additionalKeysP`
|
||||
[ ("M-q" , spawn "qutebrowser" ) ]
|
Reference in New Issue
Block a user