We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, i love hypr window manager. is there keybinding to move application to nextworkspace or prevworkspace? I have tried the wiki but it doesn't work.
bind=SUPERALT,Right,movetoworkspace,+ bind=SUPERALT,Left,movetoworkspace,-
The text was updated successfully, but these errors were encountered:
after i searching on source, the wiki give wrong information. it should use dispatcer movetorelativeworkspace not movetoworkspace
so the correct config is: bind=SUPERALT,Right,movetorelativeworkspace,+ bind=SUPERALT,Left,movetorelativeworkspace,-
you should update the wiki, thankyou.
Sorry, something went wrong.
vaxerski
No branches or pull requests
hi, i love hypr window manager.
is there keybinding to move application to nextworkspace or prevworkspace?
I have tried the wiki but it doesn't work.
bind=SUPERALT,Right,movetoworkspace,+
bind=SUPERALT,Left,movetoworkspace,-
The text was updated successfully, but these errors were encountered: