diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:27:26 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:27:26 -0500 |
commit | 0a16ab8ab338ca93f6d12b424182ad079d502d10 (patch) | |
tree | 8ae9e6b8bd8ee190e36d96a5d7af60bd82deaaa9 /.config/wpg/templates | |
parent | 269356971f9b3818946c269c99513182cdf5d2e2 (diff) | |
download | dotfiles-0a16ab8ab338ca93f6d12b424182ad079d502d10.tar.xz dotfiles-0a16ab8ab338ca93f6d12b424182ad079d502d10.zip |
updated gaps resizing for i3-gaps, added weather to i3blocks
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 |