fix keybind
This commit is contained in:
parent
13f4970f1c
commit
647953c77c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
||||||
, ((modm, xK_space ), spawn "rofi -show-icons -show drun")
|
, ((modm, xK_space ), spawn "rofi -show-icons -show drun")
|
||||||
|
|
||||||
-- close focused window
|
-- close focused window
|
||||||
, ((modm, xK_w ), kill)
|
, ((modm .|. shiftMask, xK_w ), kill)
|
||||||
|
|
||||||
-- Rotate through the available layout algorithms
|
-- Rotate through the available layout algorithms
|
||||||
, ((modm, xK_p ), sendMessage NextLayout)
|
, ((modm, xK_p ), sendMessage NextLayout)
|
||||||
|
|
Loading…
Reference in a new issue