diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 18:16:28 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 18:16:28 +0200 |
commit | 6aeb63b7f1ae8540a93665dbcd270d61617cacb6 (patch) | |
tree | ffd5a46056984ee4d3f7ddf8a7e375a63ecfc5f1 /autostart | |
parent | fffbb1a689a20e61b8fb1cd02fcb131677484cf3 (diff) | |
download | dotfiles-6aeb63b7f1ae8540a93665dbcd270d61617cacb6.tar.xz |
Add autostart files
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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 |