fix(desktop): Bind feh-wp.timer to graphical target
This commit is contained in:
parent
4327d0e0b9
commit
bcec9f8360
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ in {
|
|||
|
||||
systemd.user.timers.feh-wp = {
|
||||
description = "Set a random wallpaper every hour";
|
||||
wantedBy = [ "timers.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
|
||||
timerConfig = {
|
||||
OnActiveSec = "3second";
|
||||
|
|
Loading…
Reference in a new issue