diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 11:36:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 11:36:54 +0000 |
commit | 5ba439d56a4e1d3937b8b88bc992942939b04f90 (patch) | |
tree | a04f210cb5f89ef4d6804109177e74277783a33f /skel | |
parent | da9020e52d0d9d5804c9eb34f6e122748e10daf6 (diff) |
autostart compton
Diffstat (limited to 'skel')
-rw-r--r-- | skel/.config/autostart/cmst-autostart.desktop | 15 | ||||
-rw-r--r-- | skel/.config/autostart/lxqt-compton.desktop | 26 |
2 files changed, 26 insertions, 15 deletions
diff --git a/skel/.config/autostart/cmst-autostart.desktop b/skel/.config/autostart/cmst-autostart.desktop deleted file mode 100644 index d55859b..0000000 --- a/skel/.config/autostart/cmst-autostart.desktop +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -Categories=Settings;System;Qt;Network; -OnlyShowIn=LXQt; -Comment=QT GUI frontend for connman -Exec=cmst -GenericName=Network Configuration -Icon=cmst -Name=Connman UI Setup -Name[ro]=Configurare retea -StartupNotify=false -Terminal=false -Type=Application -Version=1.0 -X-GNOME-Autostart-enabled=true -X-LXQt-Need-Tray=true
\ No newline at end of file diff --git a/skel/.config/autostart/lxqt-compton.desktop b/skel/.config/autostart/lxqt-compton.desktop new file mode 100644 index 0000000..f1978db --- /dev/null +++ b/skel/.config/autostart/lxqt-compton.desktop @@ -0,0 +1,26 @@ +[Desktop Entry] +Comment=A X compositor +Comment[da]=En X-compositor +Comment[de]=Kompositionsmanager für X11 +Comment[el]=Ένας συνθέτης X +Comment[lt]=X tvarkytojas +Comment[pl]=Menedżer kompozycji dla X11 +Comment[pt]=Compositor para o servidor X +Exec=compton --dbus +GenericName=X compositor +GenericName[de]=X11 Kompositionsmanager +GenericName[el]=Συνθέτης X +GenericName[lt]=X tvarkytojas +GenericName[pl]=Menedżer kompozycji X11 +GenericName[pt]=Compositor X +Name=Compton (X Compositor) +Name[da]=Compton (X-compositor) +Name[de]=Compton (X11 Kompositionsmanager) +Name[el]=Compton (Συνθέτης X) +Name[lt]=Compton (X tvarkytojas) +Name[pl]=Menedżer kompozycji Compton +Name[pt]=Compton (Compositor X) +OnlyShowIn=LXQt; +TryExec=compton +Type=Application +X-LXQt-Module=true |