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

Various fixes #103

Closed end-4 closed 1 year ago

end-4 commented 1 year ago

Fixes

(also sorry for that messy commit history... just check the files)

end-4 commented 1 year ago

changes to make to wiki:

Windows animations

(-)

(+)

Dispatcher list

(-)
movetoworkspace - moves the focused window to a workspace - COMMAND: number (workspace ID) or just scratchpad for scratchpad
(+)
movetoworkspace - moves the focused window to a workspace - COMMAND: number (workspace ID) or just scratchpad for scratchpad
movetoworkspace - moves the focused window to next/last workspace - COMMAND: +/- (move to workspace with ID+1/ID-1)

(-)
splitratio - adjust the split ratio by 0.05 - COMMAND: +/- (add 0.05 / subtract 0.05)
(+)
splitratio - adjust the split ratio - COMMAND: +/-/float (if +/- is used, split ratio will be changed by +0.05/-0.05)
vaxerski commented 1 year ago

thanks!