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