Start idle daemon

This commit is contained in:
John Mertz 2022-12-29 17:49:05 -05:00
parent 11b9a40f3c
commit 6be8fd8ddb
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ exec ${HOME}/scripts/distrobox/debian12/gammastep.pl &
# Window transparency
exec systemctl --user restart sway-transparency.service &
# Idle daemon
exec systemctl --user restart swayidle.service &
# Wallpapers
exec systemctl --user restart wallpapers.service &