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