aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-27 21:15:48 -0800
committerclarkzjw <[email protected]>2023-02-27 21:15:48 -0800
commit58525fb905dafd2632c28b6c0e8ca19c16e4c9fb (patch)
tree0174b2d14667284a76a475c5e60e2e81301bc5af
parent2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247 (diff)
downloaddotfiles-58525fb905dafd2632c28b6c0e8ca19c16e4c9fb.tar.gz
update firefox border
-rw-r--r--dot_config/i3/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index f2a70a0..341cd04 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -309,6 +309,7 @@ for_window [class="Microsoft Teams - Preview"] focus
309 309
310#for_window [class="^.*"] border pixel 1 310#for_window [class="^.*"] border pixel 1
311for_window [class="Xfce4-terminal"] border pixel 1 311for_window [class="Xfce4-terminal"] border pixel 1
312for_window [class="firefox"] border pixel 1
312 313
313############## 314##############
314# compositor # 315# compositor #
@@ -391,6 +392,9 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
391 392
392exec --no-startup-id xmodmap ~/.Xmodmap 393exec --no-startup-id xmodmap ~/.Xmodmap
393 394
395
396#exec --no-startup-id /opt/1Password/1password
397
394################## 398##################
395# floating rules # 399# floating rules #
396################## 400##################
Powered by cgit v1.2.3 (git 2.41.0)