blob: a2a48b7ea9a56bfe9ab0efbf743a59d5138fc340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#modified from compton.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=compton stop
Name[de]=compton beenden
GenericName=X compositor
Comment=stop A X compositor
Comment[de]=A X compositor stoppen
Categories=Utility;
TryExec=compton
Exec=killall -9 compton
Icon=application-exit
Keywords=x;x11;compositor;
# Thanks to quequotion for providing this file!
|