Skip to content
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

keybindmgr: add optional silent suffix to movewindow. #5597

Merged
merged 1 commit into from Apr 17, 2024

Conversation

de-vri-es
Copy link
Contributor

With the silent suffix, the focus remains on the current position in the layout or the current monitor, instead of following the moved window. When combined with movewindow mon:X, this this allows you to get the same behavior as xmonad's windowToScreen command.

Personally I don't have a use case for movewindow <direction> silent, but I thought it would be better to make movewindow more powerful instead of adding another movewindowtomonitorsilent dispatcher.

With the `silent` suffix, the focus remains on the current position in
the layout or the current monitor, instead of following the moved
window. When combined with `movewindow mon:X`, this this allows you to
get the same behavior as xmonad's `windowToScreen` command.
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, wiki mr needed

@de-vri-es
Copy link
Contributor Author

wiki PR opened: hyprwm/hyprland-wiki#600

@vaxerski vaxerski merged commit e57a2d7 into hyprwm:main Apr 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

movewindow silent option
2 participants