fix(desktop): Bind feh-wp.timer to graphical target

This commit is contained in:
Vincent Ambo 2017-10-17 00:41:00 +02:00
parent 4327d0e0b9
commit bcec9f8360

View file

@ -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";