Crates.io | hypr-left-ws |
lib.rs | hypr-left-ws |
version | 0.1.0 |
source | src |
created_at | 2023-11-27 23:48:14.591256 |
updated_at | 2023-11-27 23:48:14.591256 |
description | Small tool for simulating leftWM workspace behaviour in hyprland |
homepage | |
repository | https://github.com/GrumiumXD/hypr-left-ws |
max_upload_size | |
id | 1051429 |
size | 23,787 |
This is a small tool for simulating leftWM workspace behaviour for a multi monitor setup in hyprland.
If the workspace you want to switch to, is currently assigned to a different monitor, it will first be moved to the current active monitor and then the switch happens. In case the target workspace is currently visible on a different monitor, both monitors will swap their workspaces.
So no matter which workspace you want to switch to, it will end up on the currently focused monitor.
cargo install hypr-left-ws
After installation the executable can be used as a drop-in replacement for the normal workspace dispatcher.
Just change your existing workspace switching binds inside your hyprland.conf
to the following:
bind=$mod, 1, exec, hypr-left-ws 1
bind=$mod, 2, exec, hypr-left-ws 2
bind=$mod, 3, exec, hypr-left-ws 3
bind=$mod, 4, exec, hypr-left-ws 4
...