diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-08-21 16:20:27 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-08-21 16:20:27 +0200 |
commit | fb755e670c9ffac8ee6f7736b499c88c83721b44 (patch) | |
tree | b17abe8dba2b5881607b0ed080212bb252831f12 /i3 | |
parent | fa79f7733f427115768fa4d36e301c6cf1e7c586 (diff) | |
download | dotfiles_ascii-fb755e670c9ffac8ee6f7736b499c88c83721b44.tar.xz dotfiles_ascii-fb755e670c9ffac8ee6f7736b499c88c83721b44.zip |
Remove i3 gaps config
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index a00c4a7..9715d04 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -29,10 +29,10 @@ for_window [class="^.*"] border pixel 1 focus_follows_mouse no ### Gaps ### -set $default_gaps_inner 12 -set $default_gaps_outer 0 -gaps inner $default_gaps_inner -gaps outer $default_gaps_outer +#set $default_gaps_inner 12 +#set $default_gaps_outer 0 +#gaps inner $default_gaps_inner +#gaps outer $default_gaps_outer set $ws1 I set $ws2 II |