Replies: 4 comments 1 reply
-
Thanks for sharing it! It's works perfect. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. One small thing, i was a little bit confused by: ...Waybar |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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
+CTRL
to handle monitor interaction.To focus desired monitor:
SUPER
+CTRL
+ < monitor index >SUPER
+CTRL
+LEFT
/RIGHT
To move a window to the a monitor:
(even if the current workspace is empty)
SUPER
+CTRL
+SHIFT
+ < monitor index >SUPER
+CTRL
+SHIFT
+LEFT
/RIGHT
Plugin
split-monitor-workspaces
Dependencies
Update headers
Install
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces hyprpm enable split-monitor-workspaces hyprpm reload -n
Configuration
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:
Beta Was this translation helpful? Give feedback.
All reactions