11 lines
208 B
Desktop File
11 lines
208 B
Desktop File
[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
|