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.
16 lines
357 B
16 lines
357 B
[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
|
|
|