Solarized dmenu via xmonad.hs

This commit is contained in:
Serĉanto de Scio 2017-03-10 17:05:46 +10:00
parent e507cb2de6
commit 1632ed001f
No known key found for this signature in database
GPG key ID: B41FA6FF04CE4B93

View file

@ -23,8 +23,10 @@ main = do
, modMask = mod4Mask -- Rebind Mod to the Windows key
--, borderWidth = 1
} `additionalKeys`
-- Custom dmenu launcher
[ ((mod4Mask, xK_p ), spawn "exe=`dmenu_path | dmenu -fn \"Open Sans-10\" -p \"λ:\" -nb \"#073642\" -nf \"#93a1a1\" -sb \"#002b36\" -sf \"#859900\"` && eval \"exec $exe\"")
-- Lock the screen
[ ((0, 0x1008ff2d), spawn "xscreensaver-command -lock")
, ((0, 0x1008ff2d), spawn "xscreensaver-command -lock")
-- XF86ScreenSaver
, ((controlMask, xK_Print), spawn "sleep 0.2; scrot -s")
, ((0, xK_Print), spawn "scrot")