From 47c1f6d7f64e295ea288e841bdeaa0f17dac0981 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 10 Jul 2022 11:44:42 +0200 Subject: [PATCH] i3: layout optionen --- i3/config | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/i3/config b/i3/config index a5bfe3d..39b1ae0 100644 --- a/i3/config +++ b/i3/config @@ -81,17 +81,20 @@ bindsym $mod1+Ctrl+greater move workspace to output right bindsym $mod1+Ctrl+less move workspace to output left # enter fullscreen mode for the focused container -bindsym $mod1+f fullscreen toggle +bindsym $mod1+Shift+f fullscreen toggle - -# change container layout (stacked, tabbed, toggle split) -#bindsym $mod1+s layout stacking -bindsym $mod1+t layout tabbed -bindsym $mod1+s layout toggle split +# change container layout +bindsym $mod1+Shift+t layout toggle splith splitv tabbed # toggle tiling / floating bindsym $mod1+Shift+space floating toggle +# make floating window sticky +bindsym $mod1+Shift+s sticky toggle + +# move floating windows with mouse +bindsym --whole-window $mod1+button2 move position mouse + # change focus between tiling / floating windows bindsym $mod1+space focus mode_toggle