diff options
author | neodarz <neodarz@neodarz.net> | 2018-10-28 00:45:06 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-11-27 15:38:23 +0100 |
commit | ffbdcec44b50b3d75601b187d130e6c8b2757aa4 (patch) | |
tree | a05285afdeaed6f0ecc6cbd8be1a97632c8a7e97 | |
parent | 1df1c8c6d13e95fc72ebce63fc56a1db3f2fcf56 (diff) | |
download | dotfiles_ascii-ffbdcec44b50b3d75601b187d130e6c8b2757aa4.tar.xz dotfiles_ascii-ffbdcec44b50b3d75601b187d130e6c8b2757aa4.zip |
Reset border for apps window
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 8fd0feb..879acea 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -19,12 +19,14 @@ client.unfocused $BLACK $BLACK $WHITE $BLACK client.urgent $WHITE $BLACK $WHITE $WHITE client.background $BLACK +hide_edge_borders both + ### Borders ### #new_window pixel 4 #new_float pixel 4 -for_window [class="^.*"] border pixel 0 +for_window [class="^.*"] border pixel 1 focus_follows_mouse no |