mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-14 14:49:14 +02:00
- WIP adding proper closing of xkeysnail on logoff
This commit is contained in:
6
xkeysnail-config/logoff.sh
Executable file
6
xkeysnail-config/logoff.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
dbus-monitor --session "type='signal',interface='org.gnome.SessionManager.Logout'" | grep '1' |
|
||||
while read x; do
|
||||
echo "$x"
|
||||
sudo systemctl stop xkeysnail
|
||||
break
|
||||
done
|
Reference in New Issue
Block a user