Foxe Chen | 16341e7 | 2025-04-21 11:20:44 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | set -e | ||||
3 | |||||
4 | # Using a systemd user service doesn't work because it seems like github actions | ||||
5 | # doesn't support user sessions? Just run sway in the background and disown it. | ||||
6 | WLR_BACKENDS=headless sway & | ||||
7 | disown |