This commit is contained in:
Sheppy
2017-10-25 21:36:03 +02:00
parent f81154b0d3
commit 4daea09095
2 changed files with 12 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ hc spawn ~/.config/herbstluftwm/hl_status_deamon.py
# keybindings
#client handling
hc keybind $Mod-Shift-q spawn /bin/bash -c "pkill hl_status_deamo & pkill ssh-agent & herbstclient quit"
hc keybind $Mod-Shift-q spawn /bin/bash -c "pkill hl_status_deamo & pkill ssh-agent & ~/.config/other/notify_logout.sh &herbstclient quit"
if [[ $HOST =~ atlantis* ]]; then
hc keybind $Mod-Shift-p spawn sudo /sbin/poweroff
fi