diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ebdd853..58303ae 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -105,7 +105,8 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { +device { + name = epic-mouse-v1 sensitivity = -0.5 } diff --git a/bin/set_wallpaper b/bin/set_wallpaper index 687a1f8..eeb509f 100755 --- a/bin/set_wallpaper +++ b/bin/set_wallpaper @@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then cat >"$HYPRPAPER_CNF" << EOF preload = $WALLPAPER_FILE wallpaper = ,$WALLPAPER_FILE +splash = false EOF fi