-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Alt + (H/J/K/L) can still be used in monocle mode #819
Comments
@LGUG2Z Thanks for implementing this but I am facing a problem. |
I knew there was a reason this wasn't implemented in the first place, I just couldn't think of it 😅 I'm going to revert this commit; ALT+HJKL should work even in monocle mode, I think this is a case where the user needs to adapt to the software vs the software adapting to the user. |
This commit ensures that directional focus commands are not processed when a monocle container or maximized window is present on a workspace. fix #819
@LGUG2Z Thanks for implementing this. |
I'll double check this on the master branch tomorrow; I don't think what you're describing should be an issue with the latest changes 🤞 |
This commit fixes a number of monocle container-related regressions. * Monocle container on one monitor preventing border updates on another * Cross-monitor focus changes towards a monitor w/ a monocle container * Cross-monitor move towards a monitor w/ a monocle container re #819
Fixed this and a bunch of other monocle-related regressions ^ |
Thanks this works great!
|
This commit addresses two visual artifacts with monocle mode: * Flashing of background windows when switching to a monocle container on another monitor is now gone * Stackbars are automatically disabled whenever a container enters monocle mode re #819
Fixed this and another bug monocle-related bug ^ |
Thanks, Works perfectly now! |
@LGUG2Z It works perfectly when switching from window to a monocle window. |
Also one more bug: |
The rendering bug should be fixed, I will take a look at the focus one a little later |
This commit adds hiding and restoring of other containers on a workspace with monocle on/off, and exits early when a monocle container is found on workspace restores to avoid flashing of other containers before the workspace focus operation completes. Focus is also restored when focusing a monocle container on another monitor as part of a cross-monitor focus operation. The border rendering for monocle containers has also been tightened up. re #819
Focus is also fixed now (force-pushed the same commit) |
Thanks, This commit seems to have solved the focusing and rendering problems. |
Describe the bug
Alt + (H/J/K/L) can still be used in monocle mode.
This produces visual artifacts of the window being focused.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Switch window focus keyboard shortcuts should be disabled while the monocle is enabled.
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22631 N/A Build 22631
Additional context
Using the default keyboard shortcuts generated by komorebi.
The text was updated successfully, but these errors were encountered: