mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Wonky Workspace Behavior #139
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 @dustinlacewell on GitHub (Sep 20, 2022).
Describe the bug
Very strange behavior related to workspaces. When doing
FocusWorkspaceorSendToWorkspacethings go crazy and windows get moved to the wrong workspace, minimzed or maximized when they're not supposed to etc. See video below.To Reproduce
Steps to reproduce the behavior:
Here is my configuration:
Expected behavior
Windows are moved between workspaces. Workspaces are displayed normally.
Screenshots and Videos
This is just doing FocusWorkspace(0) over and over:
https://user-images.githubusercontent.com/53952/191327039-f8904ec4-85ea-4e9c-8a85-ebde0de2e0e3.mp4
Operating System
Additional context
I noticed some errors in the log:
Here is the log from a single press of
FocusWorkspace(0):@LGUG2Z commented on GitHub (Sep 20, 2022):
This looks like it could be a case of user configuration error.
The bindings above are missing
returnstatements, which I believe are required when doing multiline remapping with AHK; I imagine it should look more like this:@dustinlacewell commented on GitHub (Sep 20, 2022):
This was it! Thank you, 🙏