blob: 156ad631d95d3fbc9ffac987505103717ec4278c (
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=antinspect
Icon=tdescreensaver
Type=Application
Actions=InWindow,Root,Setup;
Name=AntInspect
X-TDE-Type=OpenGL
X-TDE-Category=OpenGL Screen Savers
[Desktop Action Setup]
Exec=kxsconfig antinspect
Name=Setup...
[Desktop Action InWindow]
Exec=kxsrun antinspect -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun antinspect -- -root
Name=Display in Root Window
NoDisplay=true
|