Start as systemd services
This commit is contained in:
parent
dd186b3291
commit
2020584c71
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Reference in New Issue