Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
7292c0cb157621d6c0552a19a41b691ccd5b9ed4
/
.
/
ci
/
setup-sway.sh
blob: 060b7f9e2845668d14ce936b507936e92c5f174b [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
# Using a systemd user service doesn't work because it seems like github actions
# doesn't support user sessions? Just run sway in the background and disown it.
WLR_BACKENDS
=
headless sway
&
disown