Solarized dmenu via xmonad.hs
This commit is contained in:
parent
e507cb2de6
commit
1632ed001f
|
@ -23,8 +23,10 @@ main = do
|
||||||
, modMask = mod4Mask -- Rebind Mod to the Windows key
|
, modMask = mod4Mask -- Rebind Mod to the Windows key
|
||||||
--, borderWidth = 1
|
--, borderWidth = 1
|
||||||
} `additionalKeys`
|
} `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
|
-- Lock the screen
|
||||||
[ ((0, 0x1008ff2d), spawn "xscreensaver-command -lock")
|
, ((0, 0x1008ff2d), spawn "xscreensaver-command -lock")
|
||||||
-- XF86ScreenSaver
|
-- XF86ScreenSaver
|
||||||
, ((controlMask, xK_Print), spawn "sleep 0.2; scrot -s")
|
, ((controlMask, xK_Print), spawn "sleep 0.2; scrot -s")
|
||||||
, ((0, xK_Print), spawn "scrot")
|
, ((0, xK_Print), spawn "scrot")
|
||||||
|
|
Loading…
Reference in a new issue