xmonad also open a terminal with win+backspace

This commit is contained in:
Sebastian Moser
2024-07-29 22:15:07 +02:00
parent fc945429c6
commit f5cbe0645f

View File

@@ -70,6 +70,8 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
[ [
-- launch a terminal -- launch a terminal
((modm , xK_BackSpace), spawn $ XMonad.terminal conf),
((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf), ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf),
-- enable keyboard -- enable keyboard