From 71c8446a8e1c5c82cd9f2776f9092a2a30edae85 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Mar 2016 23:21:37 -0500 Subject: .fluxbox/keys: Fix Ctrl+Alt+Del sequence --- 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+ -- cgit v0.9.1