diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-06 23:21:37 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-06 23:21:37 (EST) |
commit | 71c8446a8e1c5c82cd9f2776f9092a2a30edae85 (patch) | |
tree | 75eeb5ed9888810770592eecfddf5640d7b30796 /.fluxbox/keys | |
parent | 4af4561b3360e162a93fcd5ee179ea4b009c3a69 (diff) | |
download | fluxbox-71c8446a8e1c5c82cd9f2776f9092a2a30edae85.zip fluxbox-71c8446a8e1c5c82cd9f2776f9092a2a30edae85.tar.gz fluxbox-71c8446a8e1c5c82cd9f2776f9092a2a30edae85.tar.bz2 |
.fluxbox/keys: Fix Ctrl+Alt+Del sequence
Diffstat (limited to '.fluxbox/keys')
-rw-r--r-- | .fluxbox/keys | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 6a62a9f..bb0c93b 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -77,11 +77,11 @@ 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 -Control Mod1 d l :Exec xscreensaver-command -lock -Control Mod1 d s :Exec sudo shutdown -hP now -Control Mod1 d r :Exec sudo reboot +Mod4 F1 :Delay {Exec xset dpms force off} 1000000 +Pause :Delay {Exec xset dpms force off} 1000000 +Control Mod1 Delete l :Exec xscreensaver-command -lock +Control Mod1 Delete s :Exec sudo shutdown -hP now +Control Mod1 Delete r :Exec sudo reboot # Audio XF86AudioRaiseVolume :Exec amixer set Master,0 12.00dB+ |