mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 11:24:28 +02:00
wallpaper: replace lua timer by a systemd timer
This commit is contained in:
parent
66d130e702
commit
a528e2f242
6 changed files with 25 additions and 27 deletions
|
@ -1,14 +1,16 @@
|
|||
[Unit]
|
||||
Description=Graphical user session for %I
|
||||
StopWhenUnneeded=yes
|
||||
Wants=awesome@%i.service
|
||||
Wants=autorandr@%i.service
|
||||
Wants=awesome@%i.service
|
||||
Wants=compton@%i.service
|
||||
Wants=inputplug@%i.service
|
||||
Wants=misc-x@%i.service
|
||||
Wants=nm-applet@%i.service
|
||||
Wants=policykit-agent@%i.service
|
||||
Wants=redshift@%i.service
|
||||
Wants=wallpaper@%i.service
|
||||
Wants=wallpaper@%i.timer
|
||||
Wants=xiccd@%i.service
|
||||
Wants=xsettingsd@%i.service
|
||||
Wants=xss-lock@%i.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue