desktops-shell: Add tiled orientation support using key-bindings

Patch adds KEY_UP/KEY_DOWN for tiled top and bottom positioning,
KEY_LEFT/KEY_RIGHT correspondingly, for left and right positioning.

It also modifies the man page to include these new bindings, But also with
commit 'compositor: Remove desktop zoom' we no longer have zoom effects
so removed them.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2022-07-16 00:22:00 +03:00
parent 37a3025d89
commit 5bcbe92d51
2 changed files with 103 additions and 2 deletions
+17 -2
View File
@@ -33,9 +33,24 @@ Kill active window
Maximize active window
.P
.RE
.B mod + PageUp, mod + PageDown
.B mod + Shift + KEY_LEFT
.RS 4
Zoom desktop in (or out)
Make the active window tiled left.
.P
.RE
.B mod + Shift + KEY_RIGHT
.RS 4
Make the active window tiled right.
.P
.RE
.B mod + Shift + KEY_UP
.RS 4
Make the active window tiled top.
.P
.RE
.B mod + Shift + KEY_DOWN
.RS 4
Make the active window tiled bottom.
.P
.RE
.B mod + Tab