diff options
author | clarkzjw <[email protected]> | 2023-03-01 10:16:38 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 10:16:38 -0800 |
commit | 1f93ff4bbc8d720a5a2dbb979eac01f7c8d78689 (patch) | |
tree | f5845a143b1782866fb4cc3e8fa0adb8d9a7b1f8 /dot_config | |
parent | 88b0c2ed6199471d5f3bd601a6e257475606d772 (diff) | |
download | dotfiles-1f93ff4bbc8d720a5a2dbb979eac01f7c8d78689.tar.gz |
i3: update border pixel
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index d5f9328..be2f4fb 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -306,6 +306,8 @@ for_window [class="Microsoft Teams - Preview"] focus | |||
306 | for_window [class="Xfce4-terminal"] border pixel 1 | 306 | for_window [class="Xfce4-terminal"] border pixel 1 |
307 | for_window [class="firefox"] border pixel 1 | 307 | for_window [class="firefox"] border pixel 1 |
308 | for_window [class="urxvt"] border pixel 1 | 308 | for_window [class="urxvt"] border pixel 1 |
309 | for_window [class="jetbrains-pycharm"] border pixel 1 | ||
310 | for_window [class="thunderbird"] border pixel 1 | ||
309 | 311 | ||
310 | # set position of floating window | 312 | # set position of floating window |
311 | for_window [class=".*"] move position center | 313 | for_window [class=".*"] move position center |