mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
- Relocated files and updated paths
This commit is contained in:
7
linux/gnome_logoff.sh
Normal file
7
linux/gnome_logoff.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
dbus-monitor --session "type='signal',interface='org.gnome.SessionManager.Logout'" | grep '1' |
|
||||
while read x; do
|
||||
# echo "$x"
|
||||
sudo systemctl stop xkeysnail
|
||||
exit 0
|
||||
done
|
Reference in New Issue
Block a user