Omarchy Display Order — drag-and-drop monitor ordering #8494
rsendres
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I had a small annoyance with my multi-monitor Omarchy setup: the physical order of my displays didn’t match the logical Hyprland layout, and fixing it manually felt more complicated than it needed to be.
So I came up with a simple approach and orchestrated the implementation with Codex: Omarchy Display Order.
It extends the native Omarchy Display panel with drag-and-drop monitor ordering.
Reordering:
1 Monitor A
2 Monitor B
into:
1 Monitor B
2 Monitor A
updates the Hyprland layout accordingly.
It currently handles scale-aware positioning, persistence across reboot/reload, base workspace alignment, and is designed for 1, 2, 3+ monitors while keeping the native Omarchy look and feel.
Install:
omarchy plugin add https://github.com/rsendres/omarchy-display-order.git --enable
Repository:
https://github.com/rsendres/omarchy-display-order
Tested on Omarchy 4.0.1-1 / Hyprland 0.56.2.
It started as a solution for my own setup, but I’m sharing it in case it’s useful to others. Feedback is very welcome, especially from people using 3+ monitors.
All reactions