diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b3bb477..31dbe08 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -33,7 +33,7 @@ decoration { active_opacity = 1 inactive_opacity = 1 shadow { - enabled = true + enabled = 1 range = 4 render_power = 3 color = rgba(1a1a1aee) @@ -75,14 +75,14 @@ input { sensitivity = 0 force_no_accel = 0 touchpad { - natural_scroll = false + natural_scroll = 0 } } misc { force_default_wallpaper = 0 - disable_hyprland_logo = true - disable_splash_rendering = true + disable_hyprland_logo = 1 + disable_splash_rendering = 1 initial_workspace_tracking = 1 } |
