diff options
author | Alan Pearce | 2017-11-26 19:50:48 +0100 |
---|---|---|
committer | Alan Pearce | 2017-11-26 19:50:48 +0100 |
commit | 369e288667f48a4220a8b060a6aed35e94b89dc3 (patch) | |
tree | 55edcf0c6ce70caf9e66b76bad358f4273242205 | |
parent | 897344f6e4380cdb33fea3899df3a5b273e1b906 (diff) | |
download | dotfiles-369e288667f48a4220a8b060a6aed35e94b89dc3.tar.lz dotfiles-369e288667f48a4220a8b060a6aed35e94b89dc3.tar.zst dotfiles-369e288667f48a4220a8b060a6aed35e94b89dc3.zip |
i3: Remove gaps
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5b01f42..795515d 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -272,7 +272,7 @@ client.background $base07 new_window pixel 1 new_float normal hide_edge_borders both -gaps inner 10 +gaps inner 0 gaps outer 0 for_window [class="Pinentry$"] floating enable |