aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r--dot_config/i3/config7
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:
44default_border pixel 1 44default_border pixel 0
45#new_window pixel 1
45 46
46# thin borders 47# thin borders
47hide_edge_borders both 48#hide_edge_borders both
49default_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
50floating_modifier $mod 52floating_modifier $mod
@@ -306,6 +308,7 @@ for_window [class=TelegramDesktop] focus
306for_window [class="Microsoft Teams - Preview"] focus 308for_window [class="Microsoft Teams - Preview"] focus
307 309
308#for_window [class="^.*"] border pixel 1 310#for_window [class="^.*"] border pixel 1
311for_window [class="Xfce4-terminal"] border pixel 1
309 312
310############## 313##############
311# compositor # 314# compositor #
Powered by cgit v1.2.3 (git 2.41.0)