diff --git a/.config/autostart/com.erebe.greenclip.desktop b/.config/autostart/com.erebe.greenclip.desktop new file mode 100644 index 0000000..fe6d8e4 --- /dev/null +++ b/.config/autostart/com.erebe.greenclip.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Greenclip +GenericName=Clipboard manager +Exec="/usr/bin/greenclip" daemon +Terminal=false +Categories=Utility +Type=Application +StartupNotify=false diff --git a/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop b/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop new file mode 100644 index 0000000..219765f --- /dev/null +++ b/.config/autostart/com.nextcloud.desktopclient.nextcloud.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Nextcloud +GenericName=File Synchronizer +Exec="/usr/bin/nextcloud" --background +Terminal=false +Icon=Nextcloud +Categories=Network +Type=Application +StartupNotify=false +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=10 diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index f3eec3e..501848d 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -12,9 +12,6 @@ # Start notification server dunst & -# Start clipboard manager -greenclip daemon & - # Display background image feh --bg-scale ~/.config/wall.png @@ -27,9 +24,6 @@ nm-applet & # Start volume bar ~/.config/xob/volume.sh & -# Start nextcloud -nextcloud --background & - # Set up wacom tablet autoxsetwacom @@ -48,3 +42,6 @@ xidlehook \ 'systemctl suspend' \ '' & + +# Run all applications in the autostart folder +dex ~/.config/autostart/*