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