diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-13 02:00:09 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | 3f587a40f6dc7c162bd30e13d27b5ffe89bd73b9 (patch) | |
| tree | 260633bcacac294f656a8b35e05b3b1aa97b2440 /CHANGELOG.md | |
| parent | 3cbf1626b834eab6edf0e3f4003dba5f933b425d (diff) | |
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 <don.e.williams@gmail.com>
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
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
