diff options
Diffstat (limited to 'autostart')
-rw-r--r-- | autostart/clipit-startup.desktop | 8 | ||||
-rw-r--r-- | autostart/dunst.desktop | 7 | ||||
-rw-r--r-- | autostart/polkit-mate-authentication-agent-1.desktop | 8 |
3 files changed, 23 insertions, 0 deletions
diff --git a/autostart/clipit-startup.desktop b/autostart/clipit-startup.desktop new file mode 100644 index 0000000..017280b --- /dev/null +++ b/autostart/clipit-startup.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=ClipIt +Comment=Clipboard Manager +Icon=clipit-trayicon +Exec=clipit +Terminal=false +Type=Application +OnlyShowIn=i3; diff --git a/autostart/dunst.desktop b/autostart/dunst.desktop new file mode 100644 index 0000000..53e0de4 --- /dev/null +++ b/autostart/dunst.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Dunst +Comment=Customizable and lightweight notification-daemon +Exec=dunst +Terminal=false +Type=Application +StartupNotify=false diff --git a/autostart/polkit-mate-authentication-agent-1.desktop b/autostart/polkit-mate-authentication-agent-1.desktop new file mode 100644 index 0000000..d5279b2 --- /dev/null +++ b/autostart/polkit-mate-authentication-agent-1.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=PolicyKit Authentication Agent +Comment=PolicyKit Authentication Agent for the MATE Desktop +Exec=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 +Terminal=false +Type=Application +Categories= +NoDisplay=true |