Stop starting redshift and nextcloud at login
This commit is contained in:
parent
41be08a8cf
commit
d5b8bc59b7
3 changed files with 0 additions and 34 deletions
|
@ -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
|
|
@ -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
|
|
@ -7,14 +7,6 @@
|
|||
copy:
|
||||
src: 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
|
||||
copy:
|
||||
src: stalonetrayrc
|
||||
|
|
Loading…
Reference in a new issue