hypr: reduce gaps remove rounding
This commit is contained in:
parent
ea79dccc74
commit
4f47eb41cd
1 changed files with 3 additions and 3 deletions
|
@ -58,8 +58,8 @@ input {
|
||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
gaps_in = 3
|
gaps_in = 2
|
||||||
gaps_out = 6
|
gaps_out = 10
|
||||||
border_size = 2
|
border_size = 2
|
||||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
# col.inactive_border = rgba(595959aa)
|
# col.inactive_border = rgba(595959aa)
|
||||||
|
@ -75,7 +75,7 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 5
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue