keybind
This commit is contained in:
parent
e0222323bd
commit
95335640f5
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")
|
, ((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)
|
||||||
|
|
Loading…
Reference in a new issue