hyprwm / Hypr

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

move to nextworkspace and prevworkspace #121

Open ramuni-muni opened 9 months ago

ramuni-muni commented 9 months 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 9 months 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.