Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrooij/swaydisplays
Simple screen manager for Sway - very primitive now
https://github.com/rrooij/swaydisplays
Last synced: 3 months ago
JSON representation
Simple screen manager for Sway - very primitive now
- Host: GitHub
- URL: https://github.com/rrooij/swaydisplays
- Owner: rrooij
- License: gpl-3.0
- Created: 2022-11-11T18:06:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T21:24:42.000Z (12 months ago)
- Last Synced: 2024-06-12T17:30:26.819Z (8 months ago)
- Language: Rust
- Size: 111 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swaydisplays
Very simple TUI for changing a screen resolution on Sway. It now only executes `swaymsg output` and sets the appropriate resolution
(not the refresh rate at the moment). Made this because changing resolutions with swaymsg each time is a bit cumbersome.Just run `cargo run` to run it. It relies on `cursive` for the TUI.
## Screenshot
![Screenshot](screenshot.png)