Replies: 8 comments 8 replies
|
Thanks for sharing it! It's works perfect. |
|
Thank you very much. One small thing, i was a little bit confused by: ...Waybar |
|
A few comments:
Anyway, thanks a lot for this walkthrough! Really helpful. Without it, I would have ditched Omarchy because of the lack of good workspace management in a dual-screen setup. I changed the setup to my own preferences:
It took me a few hours to get this working properly, so I'll share my source files. plugin-split-monitor-workspace.conf waybar/config.jsonc waybar/style.css |
|
Thank you to OP and @opajanvv, this is exactly what I needed. New to omarchy / hyprland and the default dual monitor setup confused me beyond believe. :D |
|
Thank you guys, this has helped a lot! I want to extend the functionality a bit, but unsure where to even begin/if it possible. Currently I am running @opajanvv 's set up, with wp 1-4 on my laptop and 5-8 on my monitor. What I want to achieve is, when no monitors are connected to the laptop, for the laptop to have 8 workspaces. When connected, the workspaces "move" to the new monitor. The reason I'm emphasizing move not create new ones, is that in my current set up, if i have a window in wp 5 and disconnect my HDMI, that window is "lost", weirdly enough, when I reconnect, the window is still there in the same state. |
|
im trying this with a virtual monitor connected to through vnc, but the whole separate workspaces per desktop is not really working as expected for me on latest omarchy. |
|
Thanks, new omarchy (and hyprland) user. I put your config. I have 3 monitors and works like a charm. The only weird issue I have is that when I want to move a window to a new workspace in the same monitor instead of having say workspace 1-2 I have workspace 2-3. If I click |
|
Works well. For support of |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I compiled some defaults for a better multi-head setup in Omarchy.
I understand that @dhh and a lot of folks enjoy the single head setup.
I do like it too, but sometimes, I want to plug my notebook to my big monitor, or to have a portrait monitor for writing docs or reading.
Whatever the case might be, the Omarchy defaults for a multi-head are not very good.
Workspaces get messy as which one is in which monitor and no keybinds to (for example) move a window to a empty monitor workspace.
So, I wrote a small guide to what I think is a better setup in Omarchy for a multi-head workspace setup.
Goal
Updated Keybidings
SUPER+CTRLto handle monitor interaction.To focus desired monitor:
SUPER+CTRL+ < monitor index >SUPER+CTRL+LEFT/RIGHTTo move a window to the a monitor:
(even if the current workspace is empty)
SUPER+CTRL+SHIFT+ < monitor index >SUPER+CTRL+SHIFT+LEFT/RIGHTPlugin
split-monitor-workspaces
Dependencies
Update headers
Install
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces hyprpm enable split-monitor-workspaces hyprpm reload -nConfiguration
Add in ~/.config/hypr/hyprland.conf:
Create ~/.config/hypr/plugin-split-monitor-workspace.conf:
Waybar
Update Waybar to better reflect it in ~/.config/waybar/style.css:
All reactions