diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index c8d2cab8..5e12bf0e 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -76,7 +76,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) @@ -262,8 +262,8 @@ myXmobarFormat = def { ppHidden = white . wrap " " "", ppHiddenNoWindows = lowWhite . wrap " " "", ppUrgent = red . wrap (yellow "!") (yellow "!"), - ppOrder = \(ws:_) -> [ws], - --ppOrder = \[ws l, _ ] -> [ws, l ], + --ppOrder = \(ws:_) -> [ws], + ppOrder = \[ws l, _ ] -> [ws, l ], ppExtras = [logTitles formatFocused formatUnfocused] } where