From b206fbdb6ef6e9b0e02635da59b4be3b1c0bcf0c Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Sun, 15 Mar 2026 10:18:06 +0100 Subject: [PATCH] Fix cursor loading --- modules/home-manager/hyprland/autostart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland/autostart.nix b/modules/home-manager/hyprland/autostart.nix index 205f52a..61c2170 100644 --- a/modules/home-manager/hyprland/autostart.nix +++ b/modules/home-manager/hyprland/autostart.nix @@ -6,7 +6,7 @@ exec-once = [ "hyprsunset" "wl-clip-persist --clipboard regular" - "hyprctl setcursor Bibata-Modern_Amber 24" + "hyprctl setcursor Bibata-Modern-Amber 24" "clipse -listen" "mkfifo -m 600 /tmp/wobpipe" "tail -f /tmp/wobpipe | wob" -- 2.51.2