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 = [
|
borders-config = [
|
||||||
"style=round"
|
"style=round"
|
||||||
"active_color=0xaaabb2bf"
|
"active_color=0xeebd93f9"
|
||||||
"inactive_color=0xdd282a36"
|
"inactive_color=0xeeabb2bf"
|
||||||
"width=5.0"
|
"width=7.0"
|
||||||
"blur_radius=15.0"
|
"blur_radius=15.0"
|
||||||
"hidpi=on"
|
"hidpi=on"
|
||||||
"ax_focus=on"
|
"ax_focus=on"
|
||||||
|
|
|
@ -5,7 +5,7 @@ let
|
||||||
yabai-bin = "${yabai-pkg}/bin/yabai";
|
yabai-bin = "${yabai-pkg}/bin/yabai";
|
||||||
jq-bin = "${pkgs.jq}/bin/jq";
|
jq-bin = "${pkgs.jq}/bin/jq";
|
||||||
|
|
||||||
window_padding = 8;
|
window_padding = 10;
|
||||||
|
|
||||||
native-tab-apps = [ "Finder" "TablePlus" ];
|
native-tab-apps = [ "Finder" "TablePlus" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue