Disable blur (we don't really need it and it drains bat)

This commit is contained in:
Salt 2024-08-28 02:46:54 -05:00
parent 61296c3cd4
commit 4dccafbead

View File

@ -21,7 +21,7 @@ decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 6
blur {
enabled = true
enabled = false
size = 3
passes = 1
}