From 52832d82afbb7fcadb32cfa489b9faec6d882e81 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Jun 2018 18:21:00 -0400 Subject: .fluxbox/keys: Replace long commands with bin/xsession --- (limited to '.fluxbox') diff --git a/.fluxbox/keys b/.fluxbox/keys index 8b053d2..c147cb1 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -122,9 +122,9 @@ Control Shift F12 :TakeToWorkspace 12 # Session/screen management Pause :Delay {Exec xset dpms force off} 100000 Control Mod1 Delete l :Exec xscreensaver-command -lock -Control Mod1 Delete q :Exec zenity --question --title='Log Out' --window-icon='/usr/share/icons/gnome/16x16/actions/system-log-out.png' --text='Are you sure you want to log out?' --ok-label='Log Out' --cancel-label='Cancel' && printf 'quit\n' >~/.xsessionmanage -Control Mod1 Delete s :Exec zenity --question --title='Shut Down' --window-icon='/usr/share/icons/gnome/16x16/actions/system-shutdown.png' --text='Are you sure you want to shut down this system?' --ok-label='Shut Down' --cancel-label='Cancel' && sudo shutdown -hP now -Control Mod1 Delete r :Exec zenity --question --title='Reboot' --window-icon='/usr/share/icons/gnome/16x16/actions/system-shutdown.png' --text='Are you sure you want to reboot this system?' --ok-label='Reboot' --cancel-label='Cancel' && sudo reboot +Control Mod1 Delete q :Exec ~/bin/xsession logout +Control Mod1 Delete s :Exec ~/bin/xsession shutdown +Control Mod1 Delete r :Exec ~/bin/xsession reboot Control Mod1 Delete c :Reconfigure # Audio -- cgit v0.9.1