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.
15 lines
310 B
15 lines
310 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 |
|
# Environment=RUST_LOG=swayr=debug |
|
ExecStart=/usr/bin/swayrd |
|
Restart=on-failure |
|
|
|
[Install] |
|
WantedBy=sway-session.target
|
|
|