Compare commits

..

2 Commits

Author SHA1 Message Date
bf9d570ff3 Merge branch 'main' of ssh://gitea/dylan/birch-dots 2026-03-14 13:21:03 +00:00
984027efcb 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.
2026-03-12 09:27:17 +00:00

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