we
This commit is contained in:
parent
b8562a77a7
commit
73ca5c6390
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,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 .|. shiftMask, xK_c ), kill)
|
, ((modm, 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