diff options
Diffstat (limited to '.config/hypr/source/appearance.conf')
| -rw-r--r-- | .config/hypr/source/appearance.conf | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/.config/hypr/source/appearance.conf b/.config/hypr/source/appearance.conf index 3709198..b9f4e91 100644 --- a/.config/hypr/source/appearance.conf +++ b/.config/hypr/source/appearance.conf @@ -4,7 +4,7 @@ general { border_size = 2 resize_on_border = false allow_tearing = false - # col.active_border = $color14 $color0 $color0 $color14 45deg + # col.active_border = $color14 $color0 $color0 $color14 45deg # Gradient border col.active_border = $color14 $color14 $color14 $color14 45deg col.inactive_border = $color0 $color0 $color0 $color0 45deg layout = master @@ -14,21 +14,21 @@ decoration { # rounding = 8 - blur { - enabled = false - size = 3 - passes = 1 - } - - # blur { # enabled = true # size = 3 - # passes = 3 - # new_optimizations = true - # vibrancy = 0.1696 - # ignore_opacity = true + # passes = 1 # } + + + blur { + enabled = true + size = 3 + passes = 3 + new_optimizations = true + vibrancy = 0.1696 + ignore_opacity = true + } } animations { @@ -70,10 +70,8 @@ misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = true# If true disables the random hyprland logo / anime girl background. :( disable_splash_rendering = true - mouse_move_enables_dpms = true key_press_enables_dpms = true - vrr = 0 # Disable adaptive sync } |
