blob: 0c706095c85cb6a379975fed402c267d65119b7e (
plain)
1
2
3
4
5
6
7
8
|
[Desktop Entry]
Name=Log Out
Exec=/bin/bash -c "pgrep -u \$USER \"\$(wmctrl -m | grep Name | sed 's/^Name: //')\" | xargs kill"
Icon=system-log-out
Terminal=false
Type=Application
Categories=System;
Version=1.0
|