-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fix dispatch_str for MoveFocusedWindowToWorkspace(Silent) #159
Fix dispatch_str for MoveFocusedWindowToWorkspace(Silent) #159
Conversation
This is intended, it's MoveFocusedWindowToWorkspace, MoveToWorkspace exists for what you want |
Sorry but I think you misunderstood Currently |
You're right, but if I'm reading this right you aren't doing it that way if that's the case, you have to get rid of the parameter and the |
nvm i read it wrong, ur right |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
... as it's the same as MoveToWorkspace(ws, None), and there is no reason to keep both
This reverts commit 5d8703e.
... in favor of MoveToWorkspace(Silent)
This MR fixes the previously incorrect dispatch string for
MoveFocusedWindowToWorkspace(Silent)
. Since we want to move the window, we wantmovetoworkspace(silent)
instead ofworkspace
here