diff --git a/dotfiles/sxhkd.org b/dotfiles/sxhkd.org index 2c6f7d7..ed2dc13 100644 --- a/dotfiles/sxhkd.org +++ b/dotfiles/sxhkd.org @@ -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