diff options
Diffstat (limited to 'tdescreensaver/kxsconfig/ScreenSavers/lattice.desktop')
-rw-r--r-- | tdescreensaver/kxsconfig/ScreenSavers/lattice.desktop | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tdescreensaver/kxsconfig/ScreenSavers/lattice.desktop b/tdescreensaver/kxsconfig/ScreenSavers/lattice.desktop new file mode 100644 index 00000000..0c2254c1 --- /dev/null +++ b/tdescreensaver/kxsconfig/ScreenSavers/lattice.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=lattice +Icon=tdescreensaver +Type=Application +Actions=InWindow,Root,Setup +Name=Lattice +X-TDE-Category=OpenGL Screen Savers +X-TDE-Type=OpenGL + +[Desktop Action Setup] +Exec=kxsconfig lattice +Name=Setup... + +[Desktop Action InWindow] +Exec=kxsrun lattice -- -window-id %w +Name=Display in Specified Window +NoDisplay=true + +[Desktop Action Root] +Exec=kxsrun lattice -- -root +Name=Display in Root Window +NoDisplay=true + |