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
|
# 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 &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue