diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-07 02:07:22 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-07 02:07:22 (EST) |
commit | 6aa696be1baba6a72b8961533da37d3c7c90c005 (patch) | |
tree | c573cd6f0cc74ca782cbc6bae3967220edbb4597 | |
parent | 6c89a059076487ede0f95710df076f60d42e1bf4 (diff) | |
download | fluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.zip fluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.tar.gz fluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.tar.bz2 |
.fluxbox/keys: Reduce DPMS delay
-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 |