diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:53:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-21 20:53:36 (EDT) |
commit | 7038a41dcc890a204e15eea29c2f694742d48bc4 (patch) | |
tree | e0fb11b434877e68dc06cfafe4ef99ccb11219b5 /.fluxbox | |
parent | 119b294dc32d4bba5e62947a9e0d4a0390a5c0de (diff) | |
download | fluxbox-7038a41dcc890a204e15eea29c2f694742d48bc4.zip fluxbox-7038a41dcc890a204e15eea29c2f694742d48bc4.tar.gz fluxbox-7038a41dcc890a204e15eea29c2f694742d48bc4.tar.bz2 |
.fluxbox/keys: Confirm logout, shutdown, and reboot actions
Diffstat (limited to '.fluxbox')
-rw-r--r-- | .fluxbox/keys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 1104e1a..926ec4f 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -118,9 +118,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 printf 'quit\n' >~/.xsessionmanage -Control Mod1 Delete s :Exec sudo shutdown -hP now -Control Mod1 Delete r :Exec 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 |