summaryrefslogtreecommitdiffstats
path: root/.fluxbox
diff options
context:
space:
mode:
authorP. 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)
commit6aa696be1baba6a72b8961533da37d3c7c90c005 (patch)
treec573cd6f0cc74ca782cbc6bae3967220edbb4597 /.fluxbox
parent6c89a059076487ede0f95710df076f60d42e1bf4 (diff)
downloadfluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.zip
fluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.tar.gz
fluxbox-6aa696be1baba6a72b8961533da37d3c7c90c005.tar.bz2
.fluxbox/keys: Reduce DPMS delay
Diffstat (limited to '.fluxbox')
-rw-r--r--.fluxbox/keys4
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