docs: full-size, so-called (#3019)
As per Michael Siegel, who studied the English language :).
This commit is contained in:
parent
4f03e49c3a
commit
906a88e92b
|
@ -153,7 +153,7 @@ When sending bug reports, please attach the *whole* log file. Even if you think
|
||||||
you found the section which clearly highlights the problem, additional
|
you found the section which clearly highlights the problem, additional
|
||||||
information might be necessary to completely diagnose the problem.
|
information might be necessary to completely diagnose the problem.
|
||||||
|
|
||||||
When debugging with us in IRC, be prepared to use a so called nopaste service
|
When debugging with us in IRC, be prepared to use a so-called nopaste service
|
||||||
such as https://pastebin.com because pasting large amounts of text in IRC
|
such as https://pastebin.com because pasting large amounts of text in IRC
|
||||||
sometimes leads to incomplete lines (servers have line length limitations) or
|
sometimes leads to incomplete lines (servers have line length limitations) or
|
||||||
flood kicks.
|
flood kicks.
|
||||||
|
|
|
@ -11,7 +11,7 @@ mailing list.
|
||||||
== Default keybindings
|
== Default keybindings
|
||||||
|
|
||||||
For the "too long; didn’t read" people, here is an overview of the default
|
For the "too long; didn’t read" people, here is an overview of the default
|
||||||
keybindings (click to see the full size image):
|
keybindings (click to see the full-size image):
|
||||||
|
|
||||||
*Keys to use with $mod (Alt):*
|
*Keys to use with $mod (Alt):*
|
||||||
|
|
||||||
|
@ -197,7 +197,7 @@ out to be complicated to use (snapping), understand and implement.
|
||||||
|
|
||||||
=== The tree consists of Containers
|
=== The tree consists of Containers
|
||||||
|
|
||||||
The building blocks of our tree are so called +Containers+. A +Container+ can
|
The building blocks of our tree are so-called +Containers+. A +Container+ can
|
||||||
host a window (meaning an X11 window, one that you can actually see and use,
|
host a window (meaning an X11 window, one that you can actually see and use,
|
||||||
like a browser). Alternatively, it could contain one or more +Containers+. A
|
like a browser). Alternatively, it could contain one or more +Containers+. A
|
||||||
simple example is the workspace: When you start i3 with a single monitor, a
|
simple example is the workspace: When you start i3 with a single monitor, a
|
||||||
|
@ -510,7 +510,7 @@ mode "$mode_launcher" {
|
||||||
=== The floating modifier
|
=== The floating modifier
|
||||||
|
|
||||||
To move floating windows with your mouse, you can either grab their titlebar
|
To move floating windows with your mouse, you can either grab their titlebar
|
||||||
or configure the so called floating modifier which you can then press and
|
or configure the so-called floating modifier which you can then press and
|
||||||
click anywhere in the window itself to move it. The most common setup is to
|
click anywhere in the window itself to move it. The most common setup is to
|
||||||
use the same key you use for managing windows (Mod1 for example). Then
|
use the same key you use for managing windows (Mod1 for example). Then
|
||||||
you can press Mod1, click into a window using your left mouse button, and drag
|
you can press Mod1, click into a window using your left mouse button, and drag
|
||||||
|
|
Loading…
Reference in New Issue