minor changes to dmenu launch
This commit is contained in:
parent
4666c8955e
commit
8b7c1eba3e
@ -147,7 +147,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
, ((modm, xK_o ), spawn "rofi -show run")
|
, ((modm, xK_o ), spawn "rofi -show run")
|
||||||
|
|
||||||
-- launch dmenu
|
-- launch dmenu
|
||||||
, ((modm, xK_a ), spawn "dmenu_run")
|
, ((modm, xK_a ), spawn "dmenu_run -c -l 15 -h 26")
|
||||||
|
|
||||||
-- launch rofi ssh
|
-- launch rofi ssh
|
||||||
, ((modm .|. shiftMask, xK_o ), spawn "rofi -show ssh")
|
, ((modm .|. shiftMask, xK_o ), spawn "rofi -show ssh")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user