Change i3 full-screen bindings and tabbed layout
This commit is contained in:
parent
246f0e5f42
commit
97e66a6215
@ -349,27 +349,26 @@ super + ctrl + space
|
||||
i3-msg {kill,kill}
|
||||
#+end_src
|
||||
|
||||
** Monocle Layout
|
||||
** Set the window State
|
||||
#+begin_src conf
|
||||
# alternate between the tiled and monocle layout
|
||||
# Set the window to full-screen
|
||||
super + f
|
||||
i3-msg fullscreen toggle
|
||||
|
||||
# Set the window to floating
|
||||
super + s
|
||||
i3-msg floating toggle
|
||||
|
||||
# Alternate between the tiled and normal layout
|
||||
super + t
|
||||
i3-msg layout toggle tabbed split
|
||||
|
||||
# Change focus between tiling / floating windows
|
||||
super + c
|
||||
i3-msg focus mode_toggle
|
||||
#+end_src
|
||||
|
||||
** Set the window State
|
||||
#+begin_src conf
|
||||
# set the window state
|
||||
super + {t,s, shift + f}
|
||||
i3-msg {fullscreen disable,floating toggle,fullscreen toggle}
|
||||
#+end_src
|
||||
|
||||
** Sticky Window
|
||||
#+begin_src conf
|
||||
super + ctrl + y
|
||||
# Sticky window
|
||||
super + y
|
||||
i3-msg sticky toggle
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user