From ee3162cc4999603cc3275be71f27770e3e168c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 19 Mar 2024 20:24:33 +0100 Subject: [PATCH 1/2] Update hyprland config --- .config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } From 0774630ed0741ebf12eae24a7cf3201c38152340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 19 Mar 2024 20:24:58 +0100 Subject: [PATCH 2/2] Remove the splash on the wallpaper --- bin/set_wallpaper | 1 + 1 file changed, 1 insertion(+) 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