mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: monocle should apply to layout, not single window #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edgimar on GitHub (Jan 13, 2023).
I want to be able to set a workspace's layout to 'monocle' (maybe have a
workspace-layout <mon> <ws> monoclecommand?) and then to be able to cycle focus between windows on that workspace, causing the next or previous window to be on top and fully maximized. Currently thetoggle-monoclecommand appears to apply to a single window, and after it is activated, doing something likecycle-focus nextdoes not change to a different window on the workspace.Furthermore, when in this mode,
focus <dir>should just cycle the windows of the workspace (e.g. with left/right and up/down both mapped to prev/next).(I'm using version 0.1.14)
@LGUG2Z commented on GitHub (Jan 16, 2023):
Hey @edgimar, my memory is a little hazy so I can't remember exactly when this functionality was added, but the desired behaviour that you're describing works for me on the
masterbranch and if it's not in 0.1.14 it will definitely make it into 0.1.15.@LGUG2Z commented on GitHub (Feb 19, 2023):
v0.1.15 has been released.