diff options
Diffstat (limited to '.config/wpg/templates')
| -rw-r--r-- | .config/wpg/templates/i3.base | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/.config/wpg/templates/i3.base b/.config/wpg/templates/i3.base index c216586..72e27f2 100644 --- a/.config/wpg/templates/i3.base +++ b/.config/wpg/templates/i3.base @@ -55,8 +55,8 @@ smart_borders no_gaps  title_align center  workspace_auto_back_and_forth yes -# Note: if there's only one container, give it a 4:3-ish aspect ratio -gaps horizontal 220 +# If there's only one container, give it a 4:3-ish aspect ratio +gaps horizontal 250  smart_gaps inverse_outer @@ -99,14 +99,14 @@ bindsym $mod+shift+$right move right  bindsym $mod+shift+$up move up  # resize -bindsym $mod+i 				resize grow height 30 px or 10 ppt -bindsym $mod+o 				resize grow width 30 px or 10 ppt -bindsym $mod+u 				resize shrink height 30 px or 10 ppt -bindsym $mod+y				resize shrink width 30 px or 10 ppt -bindsym $mod+minus			gaps outer current minus 10 -bindsym $mod+plus        	gaps outer current plus 10 -bindsym $mod+shift+minus 	gaps inner current minus 10 -bindsym $mod+shift+plus  	gaps inner current plus 10 +bindsym $mod+i 				resize grow height  +bindsym $mod+o 				resize grow width  +bindsym $mod+u 				resize shrink height  +bindsym $mod+y				resize shrink width  +bindsym $mod+minus			gaps inner current plus 10 +bindsym $mod+plus        	gaps inner current minus 10 +bindsym $mod+shift+minus 	gaps horizontal all set 250 +bindsym $mod+shift+plus  	gaps horizontal all set 0  ## LAYOUT  # split direction @@ -119,7 +119,7 @@ bindsym $mod+f fullscreen toggle  bindsym $mod+shift+w layout tabbed  bindsym $mod+shift+e layout toggle split -# toggle tiling / floating +# toggle tiling / floating / sticky  bindsym $mod+shift+space floating toggle  bindsym $mod+s sticky toggle  bindsym $mod+shift+s floating toggle; sticky toggle |