hyprland: disable borders
This commit is contained in:
parent
1c70c24f7b
commit
ccc72814df
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 10;
|
gaps_in = 10;
|
||||||
gaps_out = 20;
|
gaps_out = 20;
|
||||||
border_size = 4;
|
border_size = 0;
|
||||||
"col.active_border" = "rgb(7dcfff) rgb(c0caf5)";
|
"col.active_border" = "rgb(7dcfff) rgb(c0caf5)";
|
||||||
"col.inactive_border" = "rgb(24283b)";
|
"col.inactive_border" = "rgb(24283b)";
|
||||||
|
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 12;
|
rounding = 10;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 6;
|
size = 6;
|
||||||
|
|
Loading…
Reference in a new issue