i3: layout optionen

This commit is contained in:
Michael Grote 2022-07-10 11:44:42 +02:00
parent edf08bce9e
commit 47c1f6d7f6

View file

@ -81,17 +81,20 @@ bindsym $mod1+Ctrl+greater move workspace to output right
bindsym $mod1+Ctrl+less move workspace to output left bindsym $mod1+Ctrl+less move workspace to output left
# enter fullscreen mode for the focused container # enter fullscreen mode for the focused container
bindsym $mod1+f fullscreen toggle bindsym $mod1+Shift+f fullscreen toggle
# change container layout
# change container layout (stacked, tabbed, toggle split) bindsym $mod1+Shift+t layout toggle splith splitv tabbed
#bindsym $mod1+s layout stacking
bindsym $mod1+t layout tabbed
bindsym $mod1+s layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod1+Shift+space floating toggle 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 # change focus between tiling / floating windows
bindsym $mod1+space focus mode_toggle bindsym $mod1+space focus mode_toggle