diff --git a/install.sh b/install.sh index 640a598..69ecc68 100755 --- a/install.sh +++ b/install.sh @@ -15,10 +15,6 @@ stow -t ~ tridactyl stow -t ~ vim stow -t ~ zsh -# Our Redshift services needs to be symlined -systemctl --user enable redshift &>/dev/null -systemctl --user enable redshift-gtk &>/dev/null - if ! [ -e ~/scripts ]; then # Only create the symlink when the directory doesn't exist mkdir ~/scripts diff --git a/redshift/.config/systemd/user/default.target.wants/redshift-gtk.service b/redshift/.config/systemd/user/default.target.wants/redshift-gtk.service deleted file mode 120000 index c4041e9..0000000 --- a/redshift/.config/systemd/user/default.target.wants/redshift-gtk.service +++ /dev/null @@ -1 +0,0 @@ -/home/ambroisie/.config/systemd/user/redshift-gtk.service \ No newline at end of file