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.
This commit is contained in:
2026-03-12 09:27:17 +00:00
parent 1c12506728
commit 984027efcb

View File

@@ -31,7 +31,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
exec-once = nextcloud exec-once = nextcloud
exec-once = waybar exec-once = waybar
exec-once = hyprctl setcursor Breeze 24 exec-once = hyprctl setcursor breeze 24
source = ~/.config/hypr/input.conf source = ~/.config/hypr/input.conf
source = ~/.config/hypr/keybinds.conf source = ~/.config/hypr/keybinds.conf