aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-27 20:23:47 -0800
committerclarkzjw <[email protected]>2023-02-27 20:23:47 -0800
commit2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247 (patch)
treedba554ff7b4d60a847d67cece24efba3d44e0427 /dot_config/i3/config
parent06137e0d3d28deaed761498d51218afc5c4d63a4 (diff)
downloaddotfiles-2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247.tar.gz
update i3 border setting
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)