diff options
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index befaeb23..d6e32aab 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -896,7 +896,7 @@ myKeys' conf host = Map.fromList $ | |||
896 | safeSpawn "loginctl" ["lock-session", sessId] | 896 | safeSpawn "loginctl" ["lock-session", sessId] |
897 | ) | 897 | ) |
898 | , ((modm .|. shiftMask, xK_s ), safeSpawn "systemctl" ["suspend"]) | 898 | , ((modm .|. shiftMask, xK_s ), safeSpawn "systemctl" ["suspend"]) |
899 | , ((modm .|. shiftMask, xK_h ), safeSpawn "systemctl" ["hibernate"]) | 899 | , ((modm .|. shiftMask, xK_h ), safeSpawn "systemctl" ["poweroff"]) |
900 | , ((modm, xK_v ), windows copyToAll) -- @@ Make focused window always visible | 900 | , ((modm, xK_v ), windows copyToAll) -- @@ Make focused window always visible |
901 | , ((modm .|. shiftMask, xK_v ), killAllOtherCopies) -- @@ Toggle window state back | 901 | , ((modm .|. shiftMask, xK_v ), killAllOtherCopies) -- @@ Toggle window state back |
902 | , ((modm .|. shiftMask, xK_g ), windowPrompt xPConfig Goto wsWindows) | 902 | , ((modm .|. shiftMask, xK_g ), windowPrompt xPConfig Goto wsWindows) |