jankyborders: adjust configuration
This commit is contained in:
parent
ae03ee08fe
commit
154887bb40
2 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@ let
|
|||
|
||||
borders-config = [
|
||||
"style=round"
|
||||
"active_color=0xaaabb2bf"
|
||||
"inactive_color=0xdd282a36"
|
||||
"width=5.0"
|
||||
"active_color=0xeebd93f9"
|
||||
"inactive_color=0xeeabb2bf"
|
||||
"width=7.0"
|
||||
"blur_radius=15.0"
|
||||
"hidpi=on"
|
||||
"ax_focus=on"
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
yabai-bin = "${yabai-pkg}/bin/yabai";
|
||||
jq-bin = "${pkgs.jq}/bin/jq";
|
||||
|
||||
window_padding = 8;
|
||||
window_padding = 10;
|
||||
|
||||
native-tab-apps = [ "Finder" "TablePlus" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue