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