From d440f618a657a1eada3635832a5957ff8f51bd26 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 10 Nov 2021 10:36:21 -0700 Subject: Minor changes to xmobar. C-S-q now restarts xmonad. --- src/Internal/Keys.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index d02e1f4..64a7506 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -140,7 +140,7 @@ newKeys markContext = , ((modm, xK_n), relativeWorkspaceShift next) , ((modm, xK_p), relativeWorkspaceShift prev) - , ((modm, xK_q), spawn "xmonad --recompile && xmonad --restart") + , ((modm .|. shiftMask, xK_q), spawn "xmonad --recompile && xmonad --restart") , ((modm, xK_z), sendMessage ToggleZoom) , ((modm, xK_x), spawn "bluetooth-select.sh") -- cgit