I got a series of errors like everyone but when I saw what it was, the hyperland.conf file has a reference to this file:
source = ~/.config/omarchy/current/theme/hyprland.conf
but that file doesn't exist after the update
the other issue is some kind of syntax error on input.conf
Scroll nicely in the terminal
windowrule = scrolltouchpad 1.5, class:(Alacritty|kitty)
windowrule = scrolltouchpad 0.2, class:com.mitchellh.ghostty
says invalid fieldtype, though I was able to fix it with the rule converter that was linked on the update announcement
Scroll nicely in the terminal
windowrule {
name = windowrule-1
scroll_touchpad = 1.5
match:class = (Alacritty|kitty)
}
windowrule {
name = windowrule-2
scroll_touchpad = 0.2
match:class = com.mitchellh.ghostty
}
but still, the other file is completely gone