mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-14 14:49:14 +02:00
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
dbus-monitor --session "type='signal',interface='org.gnome.SessionManager.Logout'" | grep '1' |
|
|
while read x; do
|
|
echo "$x"
|
|
sudo systemctl stop xkeysnail
|
|
break
|
|
done
|