This commit is contained in:
Sakooooo 2023-09-20 07:39:57 +04:00
parent e0222323bd
commit 95335640f5
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -79,7 +79,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 .|. 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)