From d04d6f8ccee05f4b70d88f4a4cc3f36b1c3d5744 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 2 Feb 2020 13:19:59 -0700 Subject: Add Tilda and MPV float classes + XScreenSaver lock/suspend shortcut. --- src/Internal/Keys.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Internal/Keys.hs') diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index 6ba903e..8ec06b6 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -39,6 +39,7 @@ newKeys = , ((modm, xK_r), (void $ spawn "dmenu_run")) , ((modm .|. shiftMask, xK_r), (void $ spawn "gmrun")) , ((modm .|. mod1Mask, xK_l), (void $ spawn "xscreensaver-command -lock")) + , ((modm .|. mod1Mask, xK_s), (void $ spawn "xscreensaver-command -lock && sudo pm-suspend")) , ((modm .|. shiftMask, xK_c), kill) , ((modm .|. shiftMask, xK_t), withFocused $ windows . W.sink) , ((modm, xK_t), (void $ spawn (terminal config))) -- cgit