manpage: Fix wrong keybindings
This commit is contained in:
parent
d4642ac7d8
commit
c763a07d11
14
man/i3.man
14
man/i3.man
|
@ -1,7 +1,7 @@
|
||||||
i3(1)
|
i3(1)
|
||||||
=====
|
=====
|
||||||
Michael Stapelberg <michael+i3@stapelberg.de>
|
Michael Stapelberg <michael+i3@stapelberg.de>
|
||||||
v3.alpha-bf1, March 2009
|
v3.alpha-bf1, May 2009
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
|
||||||
|
@ -92,10 +92,10 @@ Move window to workspace <number>.
|
||||||
Mod1+f::
|
Mod1+f::
|
||||||
Toggle fullscreen mode.
|
Toggle fullscreen mode.
|
||||||
|
|
||||||
Mod1+s::
|
Mod1+h::
|
||||||
Enable stacking layout for the current container.
|
Enable stacking layout for the current container.
|
||||||
|
|
||||||
Mod1+d::
|
Mod1+e::
|
||||||
Enable default layout for the current container.
|
Enable default layout for the current container.
|
||||||
|
|
||||||
Mod1+Shift+q::
|
Mod1+Shift+q::
|
||||||
|
@ -148,11 +148,13 @@ bind Mod1+Shift+26 exit
|
||||||
bind Mod1+97 exec sudo sh -c "echo up > /proc/acpi/ibm/brightness"
|
bind Mod1+97 exec sudo sh -c "echo up > /proc/acpi/ibm/brightness"
|
||||||
bind Mod1+103 exec sudo sh -c "echo down > /proc/acpi/ibm/brightness"
|
bind Mod1+103 exec sudo sh -c "echo down > /proc/acpi/ibm/brightness"
|
||||||
|
|
||||||
# Fullscreen
|
# Fullscreen (Mod1+f)
|
||||||
bind Mod1+41 f
|
bind Mod1+41 f
|
||||||
# Stacking
|
|
||||||
|
# Stacking (Mod1+h)
|
||||||
bind Mod1+43 s
|
bind Mod1+43 s
|
||||||
# Default
|
|
||||||
|
# Default (Mod1+e)
|
||||||
bind Mod1+26 d
|
bind Mod1+26 d
|
||||||
|
|
||||||
# Focus (Mod1+j/k/l/;)
|
# Focus (Mod1+j/k/l/;)
|
||||||
|
|
Loading…
Reference in New Issue