userguide: document resizing with a mode
This commit is contained in:
parent
238057667a
commit
c5a44f12d4
|
@ -674,13 +674,11 @@ bindsym Mod1+Shift+2 move workspace 2
|
||||||
|
|
||||||
[[resizingconfig]]
|
[[resizingconfig]]
|
||||||
|
|
||||||
=== Resizing columns/rows
|
=== Resizing containers/windows
|
||||||
|
|
||||||
If you want to resize columns/rows using your keyboard, you can use the
|
If you want to resize containers/windows using your keyboard, you can use the
|
||||||
+resize+ command, I recommend using it inside a so called +mode+:
|
+resize+ command, I recommend using it inside a so called +mode+:
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////
|
|
||||||
TODO: mode is not yet implemented
|
|
||||||
.Example: Configuration file, defining a mode for resizing
|
.Example: Configuration file, defining a mode for resizing
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -706,11 +704,9 @@ mode "resize" {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enter resize mode
|
# Enter resize mode
|
||||||
bindsym Mod1+r mode resize
|
bindsym Mod1+r mode "resize"
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
=== Jumping to specific windows
|
=== Jumping to specific windows
|
||||||
|
|
||||||
Often when in a multi-monitor environment, you want to quickly jump to a
|
Often when in a multi-monitor environment, you want to quickly jump to a
|
||||||
|
|
Loading…
Reference in New Issue