diff options
author | Mole Shang <[email protected]> | 2023-05-01 22:21:34 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-05-01 22:21:34 +0800 |
commit | d36f8b296ec108b509929a617e23e8b1913d83c4 (patch) | |
tree | 3abc86ea066231978a64b305d360e204ca9b5caa /config | |
parent | 3026e4852318c7c5a0af013ea107dd488a191f3a (diff) | |
download | dotfiles-d36f8b296ec108b509929a617e23e8b1913d83c4.tar.gz dotfiles-d36f8b296ec108b509929a617e23e8b1913d83c4.tar.bz2 dotfiles-d36f8b296ec108b509929a617e23e8b1913d83c4.zip |
config/i3: update to 20230501
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/i3/config b/config/i3/config index 7fbd444..4914ea3 100644 --- a/config/i3/config +++ b/config/i3/config @@ -222,6 +222,10 @@ bar { } } +# Hey you! Border hater!! +default_border pixel 1 +default_floating_border pixel 1 +for_window [class="^.*"] border pixel 1 ### i3-gaps stuff ### @@ -229,14 +233,14 @@ bar { # for_window [class="^.*"] border pixel 3 # Smart Gaps -smart_gaps on +smart_gaps inverse_outer # Smart Borders smart_borders on # Set inner/outer gaps -gaps inner 8 -gaps outer -5 +gaps inner 6 +gaps outer 3 # Hide edge borders only if there is one window with no gaps hide_edge_borders smart_no_gaps |