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