You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
357 B
17 lines
357 B
3 years ago
|
[Unit]
|
||
|
Description=Window switcher for Sway
|
||
|
Documentation=https://sr.ht/~tsdh/swayr/
|
||
|
PartOf=sway-session.target
|
||
|
After=sway-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Environment=RUST_BACKTRACE=1
|
||
|
ExecStart=/usr/bin/swayrd
|
||
|
Restart=on-failure
|
||
|
# Remove or override this to send debug output to the journal
|
||
|
StandardOutput=null
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|