diff --git a/sway/autostart b/sway/autostart index e10e0ad62..d6601acce 100644 --- a/sway/autostart +++ b/sway/autostart @@ -12,6 +12,12 @@ exec ${HOME}/scripts/distrobox/debian12/displays.sh & # Enable automatic color temperature change 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 exec mako &