diff options
Diffstat (limited to '.fluxbox')
-rw-r--r-- | .fluxbox/keys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 10b9dd8..8c48404 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -108,8 +108,8 @@ Control Shift F12 :TakeToWorkspace 12 # # Session/screen management -Mod4 F1 :Delay {Exec xset dpms force off} 1000000 -Pause :Delay {Exec xset dpms force off} 1000000 +Mod4 F1 :Delay {Exec xset dpms force off} 100000 +Pause :Delay {Exec xset dpms force off} 100000 Control Mod1 Delete l :Exec xscreensaver-command -lock Control Mod1 Delete q :Exec printf 'quit\n' >~/.xsessionmanage Control Mod1 Delete s :Exec sudo shutdown -hP now |