diff options
author | 135e2 <[email protected]> | 2022-02-08 23:27:53 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-02-08 23:28:32 +0800 |
commit | 6cd04f37f7275b90513d405e6cb42610355aa604 (patch) | |
tree | 364fbe52cebe3bfd0bac20b0150e47d94f103202 /config/i3 | |
parent | a5e0a44c5d218d1ce59aad2825758d03a8896df5 (diff) | |
download | dotfiles-6cd04f37f7275b90513d405e6cb42610355aa604.tar.gz dotfiles-6cd04f37f7275b90513d405e6cb42610355aa604.tar.bz2 dotfiles-6cd04f37f7275b90513d405e6cb42610355aa604.zip |
config/i3: update to 20220208-2
- Enable titlebars
Diffstat (limited to 'config/i3')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index e0fa78c..61a0251 100644 --- a/config/i3/config +++ b/config/i3/config @@ -224,7 +224,7 @@ bar { ### i3-gaps stuff ### # Necessary for i3-gaps to work properly (pixel can be any value) -for_window [class="^.*"] border pixel 3 +# for_window [class="^.*"] border pixel 3 # Smart Gaps smart_gaps on |