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