hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.1k stars 33 forks source link

move to nextworkspace and prevworkspace #121

Open ramuni-muni opened 1 year ago

ramuni-muni commented 1 year ago

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,-

ramuni-muni commented 1 year ago

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.