diff options
author | Holger Paradies <retabell@gmx.de> | 2017-04-24 20:37:47 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-04-24 21:22:21 +0200 |
commit | 232eea40448bf699d86bbde38725a1d3b43d9de3 (patch) | |
tree | cd3fdb9bfb769823ed54f82ae1e12f3e21ab522c /skel-lxqt/.config/autostart | |
parent | 0da71eafb351a76e124821e78b052676b4668c2d (diff) | |
download | etcskel-kanotix-232eea40448bf699d86bbde38725a1d3b43d9de3.zip etcskel-kanotix-232eea40448bf699d86bbde38725a1d3b43d9de3.tar.gz |
lxqt skeleton, awesome fix, gtk3-ini
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 |