First commit
This commit is contained in:
commit
ae4c3b85c0
5 changed files with 139 additions and 0 deletions
11
files/swayidle.service
Normal file
11
files/swayidle.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Swayidle service
|
||||
Documentation=https://github.com/swaywm/swayidle
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/swayidle -w
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue