blob: f24a0ee8cdf242321e83254ad4aaf7783a414c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Desktop Entry]
Exec=boing
Icon=tdescreensaver
Type=Application
Actions=InWindow,Root,Setup
Name=Boing
X-TDE-Type=OpenGL
X-TDE-Category=OpenGL Screen Savers
[Desktop Action Setup]
Exec=kxsconfig boing
Name=Setup...
[Desktop Action InWindow]
Exec=kxsrun boing -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun boing -- -root
Name=Display in Root Window
NoDisplay=true
|