Stop starting redshift and nextcloud at login

This commit is contained in:
Anthony Rose 2020-04-07 15:18:59 +01:00
parent 41be08a8cf
commit d5b8bc59b7
3 changed files with 0 additions and 34 deletions

View file

@ -1,10 +0,0 @@
[Desktop Entry]
Categories=Utility
Type=Application
Exec=nextcloud --background
Name=Nextcloud desktop sync client
Comment=Nextcloud desktop synchronization client
GenericName=Folder Sync
Icon=Nextcloud
Keywords=Nextcloud;syncing;file;sharing;
X-GNOME-Autostart-Delay=3

View file

@ -1,16 +0,0 @@
[Desktop Entry]
Version=1.0
Name=Redshift
Name[en_GB]=Redshift
GenericName=Color temperature adjustment
GenericName[en_GB]=Colour temperature adjustment
Comment=Color temperature adjustment tool
Comment[en_GB]=Colour temperature adjustment tool
Exec=redshift-gtk
Icon=redshift
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=true
Hidden=false
X-GNOME-Autostart-enabled=true

View file

@ -7,14 +7,6 @@
copy: copy:
src: fonts.conf src: fonts.conf
dest: "{{ ansible_env.HOME }}/.fonts.conf" dest: "{{ ansible_env.HOME }}/.fonts.conf"
- name: Copy redshift.conf
copy:
src: redshift.conf
dest: "{{ ansible_env.HOME }}/.config/redshift.conf"
- name: Auto start nextcloud
copy:
src: nextcloud.desktop
dest: "{{ ansible_env.HOME }}/.config/autostart/nextcloud.desktop"
- name: Create stalonetrayrc - name: Create stalonetrayrc
copy: copy:
src: stalonetrayrc src: stalonetrayrc