hyprland: disable borders plus plus
not working as of hyprland v0.46.2
This commit is contained in:
parent
7ed3b8f63c
commit
e95ae8039f
1 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue