https://github.com/tlinden/swaybuild
my personal sway docker builder
https://github.com/tlinden/swaybuild
builder docker linux sway swaywm wayland
Last synced: about 2 months ago
JSON representation
my personal sway docker builder
- Host: GitHub
- URL: https://github.com/tlinden/swaybuild
- Owner: TLINDEN
- Created: 2025-08-29T11:22:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T11:27:15.000Z (10 months ago)
- Last Synced: 2025-08-29T14:57:20.111Z (10 months ago)
- Topics: builder, docker, linux, sway, swaywm, wayland
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my personal sway docker builder
# to build
```default
docker compose up --build
```
Then find the binaries in `./opt`.
# to troubleshoot
```default
docker compose run --entrypoint bash swayfxbuild
```