[UPDATE][I3] Remove redshift-gtk service target

Because I start the tray icon at i3's startup in my configuration file,
I do not need to add redshift-gtk as a requirement to systemd's default
target. This avoids having two redshift-gtk instances running.

I also removed the systemctl calls to enable the services from the
installation script. Maybe I'll switch back to using services instead of
launching the tray-icon at i3's startup someday.
This commit is contained in:
Bruno BELANYI 2019-10-03 13:50:11 +02:00
parent 5dfbb3fb90
commit 1138cbf798
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -1 +0,0 @@
/home/ambroisie/.config/systemd/user/redshift-gtk.service