diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 547f848..f2a70a0 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -41,10 +41,12 @@ workspace_layout tabbed | |||
41 | ############################## | 41 | ############################## |
42 | 42 | ||
43 | #border indicator on windows: | 43 | #border indicator on windows: |
44 | default_border pixel 1 | 44 | default_border pixel 0 |
45 | #new_window pixel 1 | ||
45 | 46 | ||
46 | # thin borders | 47 | # thin borders |
47 | hide_edge_borders both | 48 | #hide_edge_borders both |
49 | default_border normal | ||
48 | 50 | ||
49 | # Use Mouse+$mod to drag floating windows to their wanted position | 51 | # Use Mouse+$mod to drag floating windows to their wanted position |
50 | floating_modifier $mod | 52 | floating_modifier $mod |
@@ -306,6 +308,7 @@ for_window [class=TelegramDesktop] focus | |||
306 | for_window [class="Microsoft Teams - Preview"] focus | 308 | for_window [class="Microsoft Teams - Preview"] focus |
307 | 309 | ||
308 | #for_window [class="^.*"] border pixel 1 | 310 | #for_window [class="^.*"] border pixel 1 |
311 | for_window [class="Xfce4-terminal"] border pixel 1 | ||
309 | 312 | ||
310 | ############## | 313 | ############## |
311 | # compositor # | 314 | # compositor # |