feat(hyprland): performance/battery optimizations

This commit is contained in:
tux
2026-02-23 12:41:14 +05:30
parent 990081328a
commit 5f72ba716d

View File

@@ -76,6 +76,8 @@
misc = { misc = {
disable_hyprland_logo = true; disable_hyprland_logo = true;
force_default_wallpaper = 1; force_default_wallpaper = 1;
vfr = true;
vrr = 1;
}; };
ecosystem = { ecosystem = {
@@ -87,12 +89,12 @@
# See https://wiki.hyprland.org/Configuring/Variables/#decoration # See https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = { decoration = {
rounding = rounding; rounding = rounding;
active_opacity = 0.95; active_opacity = 1.0;
inactive_opacity = 0.95; inactive_opacity = 1.0;
fullscreen_opacity = 1.0; fullscreen_opacity = 1.0;
blur = { blur = {
enabled = true; enabled = false;
size = 4; size = 4;
passes = 3; passes = 3;
new_optimizations = true; new_optimizations = true;