Add user systemd services (sway, redshift, nm-applet...)

This commit is contained in:
Vladan Popovic 2021-06-17 09:43:23 +02:00
parent 284dd752dc
commit 145b8ddcd3
11 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
Documentation=https://github.com/gdamjan/swayidle - fork with sd-notify and autolock
PartOf=graphical-session.target
After=sway-session.target
[Service]
Type=notify
ExecStart=/usr/bin/swayidle -w -l
[Install]
WantedBy=sway-session.target