diff options
author | clarkzjw <[email protected]> | 2023-02-27 21:15:48 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-27 21:15:48 -0800 |
commit | 58525fb905dafd2632c28b6c0e8ca19c16e4c9fb (patch) | |
tree | 0174b2d14667284a76a475c5e60e2e81301bc5af /dot_config/i3/config | |
parent | 2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247 (diff) | |
download | dotfiles-58525fb905dafd2632c28b6c0e8ca19c16e4c9fb.tar.gz |
update firefox border
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 4 |
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 |
311 | for_window [class="Xfce4-terminal"] border pixel 1 | 311 | for_window [class="Xfce4-terminal"] border pixel 1 |
312 | for_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 | ||
392 | exec --no-startup-id xmodmap ~/.Xmodmap | 393 | exec --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 | ################## |