[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:
parent
5dfbb3fb90
commit
1138cbf798
|
@ -15,10 +15,6 @@ stow -t ~ tridactyl
|
||||||
stow -t ~ vim
|
stow -t ~ vim
|
||||||
stow -t ~ zsh
|
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
|
if ! [ -e ~/scripts ]; then
|
||||||
# Only create the symlink when the directory doesn't exist
|
# Only create the symlink when the directory doesn't exist
|
||||||
mkdir ~/scripts
|
mkdir ~/scripts
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/home/ambroisie/.config/systemd/user/redshift-gtk.service
|
|
Loading…
Reference in a new issue