blob: 0b9fda76fe770b92058b72cd337f44d971590798 (
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=fuzzyflakes
Icon=tdescreensaver
Type=Application
Actions=InWindow,Root,Setup;
X-TDE-Category=Illusions of Depth
Name=FuzzyFlakes
[Desktop Action Setup]
Exec=kxsconfig fuzzyflakes
Name=Setup...
[Desktop Action InWindow]
Exec=kxsrun fuzzyflakes -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun fuzzyflakes -- -root
Name=Display in Root Window
NoDisplay=true
|