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/kdeconnect-indicator.desktop | 7 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/lxqt-compton.desktop | 16 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/meteo-qt.desktop | 7 | ||||
-rw-r--r-- | skel-lxqt/.config/autostart/xsettingsd.desktop | 6 |
5 files changed, 20 insertions, 43 deletions
diff --git a/skel-lxqt/.config/autostart/clipit-startup.desktop b/skel-lxqt/.config/autostart/clipit-startup.desktop deleted file mode 100644 index ad56a11..0000000 --- a/skel-lxqt/.config/autostart/clipit-startup.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[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/kdeconnect-indicator.desktop b/skel-lxqt/.config/autostart/kdeconnect-indicator.desktop new file mode 100644 index 0000000..3ae89f1 --- /dev/null +++ b/skel-lxqt/.config/autostart/kdeconnect-indicator.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +TryExec=kdeconnect-indicator +Exec=kdeconnect-indicator +Name=kdeconnect-tray +Type=Application +Version=1.0 +X-LXQt-Need-Tray=true diff --git a/skel-lxqt/.config/autostart/lxqt-compton.desktop b/skel-lxqt/.config/autostart/lxqt-compton.desktop deleted file mode 100644 index 7009a06..0000000 --- a/skel-lxqt/.config/autostart/lxqt-compton.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[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 diff --git a/skel-lxqt/.config/autostart/meteo-qt.desktop b/skel-lxqt/.config/autostart/meteo-qt.desktop new file mode 100644 index 0000000..2c6bcbe --- /dev/null +++ b/skel-lxqt/.config/autostart/meteo-qt.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +TryExec=meteo-qt +Exec=meteo-qt +Name=meteo-qt +Type=Application +Version=1.0 +X-LXQt-Need-Tray=true diff --git a/skel-lxqt/.config/autostart/xsettingsd.desktop b/skel-lxqt/.config/autostart/xsettingsd.desktop new file mode 100644 index 0000000..f633d06 --- /dev/null +++ b/skel-lxqt/.config/autostart/xsettingsd.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +TryExec=/usr/bin/xsettingsd +Exec=/usr/bin/xsettingsd +Name=xsettingsd +Type=Application +Version=1.0 |