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:
+17
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user