modified: herbstluftwm/autostart

modified:   herbstluftwm/hl_status_deamon.py
	modified:   zshrc
This commit is contained in:
Sheppy
2017-10-25 22:50:03 +02:00
parent 31247b1455
commit b0a65faeee
3 changed files with 7 additions and 5 deletions

2
zshrc
View File

@@ -303,7 +303,7 @@ genocide(){
TMP=$(wget -q -O- --user cip --password $(cat $HOME/.config/herbstluftwm/password.cip) "https://atlantishq.de/cipactive/active_logins")
echo $TMP | while read line; do
if [[ $line != $HOST ]]; then
ssh -n -q ${line}.cs.fau.de -t "pkill -s USR2 hl_status && pkill -u ik15ydit"
ssh -n -q ${line}.cs.fau.de -t "pkill --signal USR2 hl_status && pkill -u ik15ydit"
fi
done
}