Start as systemd services

This commit is contained in:
John Mertz 2022-12-27 17:09:29 -05:00
parent dd186b3291
commit 2020584c71
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ exec ${HOME}/scripts/distrobox/debian12/displays.sh &
# Enable automatic color temperature change # Enable automatic color temperature change
exec ${HOME}/scripts/distrobox/debian12/gammastep.pl & exec ${HOME}/scripts/distrobox/debian12/gammastep.pl &
# Window transparency
exec systemctl --user restart sway-transparency.service &
# Wallpapers
exec systemctl --user restart wallpapers.service &
# Notification daemon # Notification daemon
exec mako & exec mako &