diff options
Diffstat (limited to '')
-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 |