From 984027efcbd5b8b8a46b5352f8d3126966eb688e Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 12 Mar 2026 09:27:17 +0000 Subject: [PATCH] fix(hyprcursor): breeze mouse pointer uses lowercase "b" Not really sure why it worked before, but after logging in this morning the cursor was the default hyprland cursor. Fixed by reinstalling Breeze and changing this. --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a0e41ec..8518cf4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -31,7 +31,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme exec-once = nextcloud exec-once = waybar -exec-once = hyprctl setcursor Breeze 24 +exec-once = hyprctl setcursor breeze 24 source = ~/.config/hypr/input.conf source = ~/.config/hypr/keybinds.conf