Merge branch 'master' into next
This commit is contained in:
commit
cea6f7ad96
|
@ -323,7 +323,7 @@ bindcode [Modifiers+]keycode command
|
||||||
*Examples*:
|
*Examples*:
|
||||||
--------------------------------
|
--------------------------------
|
||||||
# Fullscreen
|
# Fullscreen
|
||||||
bindsym mod+f f
|
bindsym mod+f fullscreen
|
||||||
|
|
||||||
# Restart
|
# Restart
|
||||||
bindsym mod+Shift+r restart
|
bindsym mod+Shift+r restart
|
||||||
|
@ -519,7 +519,7 @@ use it, it has to be a UTF-8 encoded arrow, not `->` or something like that.
|
||||||
To get the class and instance, you can use +xprop+. After clicking on the
|
To get the class and instance, you can use +xprop+. After clicking on the
|
||||||
window, you will see the following output:
|
window, you will see the following output:
|
||||||
|
|
||||||
*xwininfo*:
|
*xprop*:
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
WM_CLASS(STRING) = "irssi", "URxvt"
|
WM_CLASS(STRING) = "irssi", "URxvt"
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
@ -619,7 +619,7 @@ Only clients that do not cover the whole area of this window expose the color
|
||||||
used to paint it. If you use a color other than black for your terminals, you
|
used to paint it. If you use a color other than black for your terminals, you
|
||||||
most likely want to set the client background color to the same color as your
|
most likely want to set the client background color to the same color as your
|
||||||
terminal program's background color to avoid black gaps between the rendered
|
terminal program's background color to avoid black gaps between the rendered
|
||||||
area of the termianal and the i3 border.
|
area of the terminal and the i3 border.
|
||||||
|
|
||||||
Colors are in HTML hex format (#rrggbb), see the following example:
|
Colors are in HTML hex format (#rrggbb), see the following example:
|
||||||
|
|
||||||
|
@ -1228,7 +1228,7 @@ number or name of the workspace. To move containers to specific workspaces, use
|
||||||
You can also switch to the next and previous workspace with the commands
|
You can also switch to the next and previous workspace with the commands
|
||||||
+workspace next+ and +workspace prev+, which is handy, for example, if you have
|
+workspace next+ and +workspace prev+, which is handy, for example, if you have
|
||||||
workspace 1, 3, 4 and 9 and you want to cycle through them with a single key
|
workspace 1, 3, 4 and 9 and you want to cycle through them with a single key
|
||||||
combination. Similarily, you can use +move workspace next+ and +move workspace
|
combination. Similarly, you can use +move workspace next+ and +move workspace
|
||||||
prev+ to move a container to the next/previous workspace.
|
prev+ to move a container to the next/previous workspace.
|
||||||
|
|
||||||
[[back_and_forth]]
|
[[back_and_forth]]
|
||||||
|
@ -1238,7 +1238,7 @@ back_and_forth+.
|
||||||
To move a container to another xrandr output such as +LVDS1+ or +VGA1+, you can
|
To move a container to another xrandr output such as +LVDS1+ or +VGA1+, you can
|
||||||
use the +move output+ command followed by the name of the target output. You
|
use the +move output+ command followed by the name of the target output. You
|
||||||
may also use +left+, +right+, +up+, +down+ instead of the xrandr output name to
|
may also use +left+, +right+, +up+, +down+ instead of the xrandr output name to
|
||||||
move to the the next output in the specified direction.
|
move to the next output in the specified direction.
|
||||||
|
|
||||||
*Examples*:
|
*Examples*:
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in New Issue