This commit is contained in:
Sakooooo 2023-07-23 20:45:55 +03:00
parent b8562a77a7
commit 73ca5c6390
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -78,7 +78,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm, xK_space ), spawn "rofi -show-icons -show drun")
-- close focused window
, ((modm .|. shiftMask, xK_c ), kill)
, ((modm, xK_w ), kill)
-- Rotate through the available layout algorithms
, ((modm, xK_p ), sendMessage NextLayout)