From 3f587a40f6dc7c162bd30e13d27b5ffe89bd73b9 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 13 Aug 2026 02:00:09 -0400 Subject: Added virtual_workspaces.lua Link workspaces in all monitors to move as one. - I.e. two monitors WS1 and WS2 are linked, then moving to next WS would be WS3, WS4 Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md new file: config/hypr/lua/virtual_workspaces.lua --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bfec3498..51ecaffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Added: +- `virtual_workspaces.lua` + - lua script to link monitors into one workspace(ish) + - It finds all the monitors, then when you move to a differnt workspace they move together + - I.e. `eDP-1` and `HDMI-A-1` would like Workspace 1 and 2. Moving to next Workspace would be 3 and 4 + | Note: Early stage development + - Selecting `zsh` now updates `.zprofile` ```sh -- cgit v1.2.3