mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-03-22 01:06:33 +05:30
feat(hyprland): performance/battery optimizations
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user