mirror of
https://github.com/VirtCode/hypr-monitor-setups.git
synced 2026-04-07 10:29:05 +02:00
a plugin to manage different hyprland monitor setups with ease
- C++ 95.3%
- Makefile 4.7%
| src | ||
| .gitignore | ||
| hyprpm.toml | ||
| Makefile | ||
| README.md | ||
DO NOT USE THIS (yet)
This is merely a prototype and is very buggy / doesn't fully work yet. There is no guarantee this will ever come into a working state or will just drizzle out. And there is also no documentation.
Planned features:
- Based on attached monitors, determine active "setup" (somewhat working)
- Apply different configurations based on current "setup" (also somewhat working)
- Move certain workspaces to certain monitors per "setup"
- Move layer surfaces to a different monitor in a "setup" (this is what's not possible with kanshi and similar)
- Maybe some exec rules which are ran on setup change
- You tell me!
Things to check for proper UX:
- only non-optional monitors may have roles?
- roles may only map to one monitor at a time (also check if desc: may match two at the same time)