diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-27 15:41:07 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-27 15:41:07 +0200 |
| commit | 5eff60f2fcd766c8118a1e4f077e575c28ac79e0 (patch) | |
| tree | 226efa8256cfb5de83e52da5b321055ad85077c0 | |
| parent | 5b974bb925b386946f503cf6067840f801154c7c (diff) | |
feat(i3): update gaps
| -rw-r--r-- | config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 28511bf..48b2fe7 100644 --- a/config/i3/config +++ b/config/i3/config @@ -29,8 +29,8 @@ new_window pixel 1 # hide_edge_borders both # Set inner/outer gaps -gaps inner 30 -gaps outer 0 +gaps inner 10 +gaps outer 30 # show window title bars (not officially supported with i3gaps) #default_border normal |
