il lost my dog
This commit is contained in:
parent
95335640f5
commit
838bdd763e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||
, ((modm, xK_space ), spawn "rofi -show-icons -show drun")
|
||||
|
||||
-- close focused window
|
||||
, ((modm .|. shiftMask, xK_w ), kill)
|
||||
, ((modm .|. shiftMask, xK_c ), kill)
|
||||
|
||||
-- Rotate through the available layout algorithms
|
||||
, ((modm, xK_p ), sendMessage NextLayout)
|
||||
|
|
Loading…
Reference in a new issue