From 6b5cfe13b752a78688177d9cd16f3952079dfc2a Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 6 Apr 2020 00:12:04 +0200 Subject: [PATCH] Change i3 full-screen bindings and tabbed layout --- dotfiles/sxhkd.org | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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