Change i3 full-screen bindings and tabbed layout

This commit is contained in:
Thomas Dehaeze 2020-04-06 00:12:04 +02:00
parent 246f0e5f42
commit 97e66a6215

View File

@ -349,27 +349,26 @@ super + ctrl + space
i3-msg {kill,kill} i3-msg {kill,kill}
#+end_src #+end_src
** Monocle Layout ** Set the window State
#+begin_src conf #+begin_src conf
# alternate between the tiled and monocle layout # Set the window to full-screen
super + f 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 i3-msg layout toggle tabbed split
# Change focus between tiling / floating windows # Change focus between tiling / floating windows
super + c super + c
i3-msg focus mode_toggle i3-msg focus mode_toggle
#+end_src
** Set the window State # Sticky window
#+begin_src conf super + y
# 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
i3-msg sticky toggle i3-msg sticky toggle
#+end_src #+end_src