hyprland: disable borders plus plus

not working as of hyprland v0.46.2
This commit is contained in:
ooks-io 2025-01-06 21:53:08 +11:00
parent 7ed3b8f63c
commit e95ae8039f

View file

@ -8,7 +8,7 @@
inherit (hozen) color; inherit (hozen) color;
in { in {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
plugins = [inputs'.hyprland-plugins.packages.borders-plus-plus]; #plugins = [inputs'.hyprland-plugins.packages.borders-plus-plus];
settings = { settings = {
# cursor = { # cursor = {
# inactive_timeout = 4; # inactive_timeout = 4;
@ -45,15 +45,16 @@ in {
color_inactive = "0xff${color.neutrals."850"}"; color_inactive = "0xff${color.neutrals."850"}";
}; };
}; };
"plugin:borders-plus-plus" = { # FIXME
enabled = true; #"plugin:borders-plus-plus" = {
add_borders = 1; # enabled = true;
"col.border_1" = "rgb(${color.neutrals."600"})"; # add_borders = 1;
# "col.border_1" = "rgb(${color.neutrals."600"})";
border_size_1 = 2; #
border_size_2 = 2; # border_size_1 = 2;
natural_rounding = false; # border_size_2 = 2;
}; # natural_rounding = false;
#};
animations = { animations = {
enabled = false; enabled = false;
}; };