blob: 6d5e94e412ec365a1963570a898ec14b2e5db021 (
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=fadeplot
Icon=tdescreensaver
Type=Application
Actions=Setup;InWindow;Root;
X-TDE-Category=Flying Things
Name=Fade Plot
[Desktop Action Setup]
Exec=kxsconfig fadeplot
Name=Setup...
Icon=tdescreensaver
[Desktop Action InWindow]
Exec=kxsrun fadeplot -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun fadeplot -- -root
Name=Display in Root Window
NoDisplay=true
|