diff options
author | clarkzjw <[email protected]> | 2023-03-08 21:31:31 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-08 21:31:31 -0800 |
commit | a762d6c05486afc052bed1d03a472d24e6def298 (patch) | |
tree | 11f291179817e7c67fcdc1281a0d563ec084dc96 | |
parent | 1f93ff4bbc8d720a5a2dbb979eac01f7c8d78689 (diff) | |
download | dotfiles-a762d6c05486afc052bed1d03a472d24e6def298.tar.gz |
i3: update window border
-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 be2f4fb..8f5a254 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -308,6 +308,8 @@ 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 | 309 | for_window [class="jetbrains-pycharm"] border pixel 1 |
310 | for_window [class="thunderbird"] border pixel 1 | 310 | for_window [class="thunderbird"] border pixel 1 |
311 | for_window [class="Code"] border pixel 1 | ||
312 | for_window [class="Logseq"] border pixel 1 | ||
311 | 313 | ||
312 | # set position of floating window | 314 | # set position of floating window |
313 | for_window [class=".*"] move position center | 315 | for_window [class=".*"] move position center |