diff options
Diffstat (limited to 'skel-lxqt/.config/autostart')
-rw-r--r-- | skel-lxqt/.config/autostart/clipit-startup.desktop | 27 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/lxqt-compton.desktop | 16 |
2 files changed, 43 insertions, 0 deletions
diff --git a/skel-lxqt/.config/autostart/clipit-startup.desktop b/skel-lxqt/.config/autostart/clipit-startup.desktop new file mode 100644 index 0000000..ad56a11 --- /dev/null +++ b/skel-lxqt/.config/autostart/clipit-startup.desktop @@ -0,0 +1,27 @@ +[Desktop Entry] +Name=ClipIt +Comment=Clipboard Manager +Comment[cs]=Správce schránky +Comment[da]=Udklipsholder +Comment[de]=Zwischenablage-Verwaltung +Comment[es]=Gestor de Portapapeles +Comment[es_ES]=Gestor del portapapeles +Comment[et]=Lõikepuhvrihaldur +Comment[fr]=Gestionnaire de presse-papier +Comment[hu]=Vágólapkezelő +Comment[it]=Gestore degli appunti +Comment[ja]=クリップボード・マネージャ +Comment[nb]=Utklippstavleverkty +Comment[pl]=Schowek +Comment[pt_BR]=Gerenciador de Área de Transferência +Comment[ro]=Administrator clipboard +Comment[ru]=Менеджер буфера обмена +Comment[sv]=Urklippshanterare +Comment[tr]=Pano Yöneticisi +Comment[zh_CN]=剪切板管理器 +Icon=clipit-trayicon +Exec=clipit +Terminal=false +Type=Application +OnlyShowIn=GNOME;XFCE;LXDE;Unity;LXQt; +X-GNOME-Autostart-enabled=true diff --git a/skel-lxqt/.config/autostart/lxqt-compton.desktop b/skel-lxqt/.config/autostart/lxqt-compton.desktop new file mode 100644 index 0000000..7009a06 --- /dev/null +++ b/skel-lxqt/.config/autostart/lxqt-compton.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Comment=A X compositor +Comment[de]=Kompositionsmanager für X11 +Comment[pt]=Compositor para o servidor X +Exec=compton --dbus +GenericName=X compositor +GenericName[de]=X11 Kompositionsmanager +GenericName[pt]=Compositor X +Hidden=true +Name=Compton (X Compositor) +Name[de]=Compton (X11 Kompositionsmanager) +Name[pt]=Compton (Compositor X) +OnlyShowIn=LXQt; +TryExec=compton +Type=Application +X-LXQt-Module=true |