update(hyprland): switched to hyprland 0.55.1

This commit is contained in:
kenji
2026-05-28 12:12:21 -05:00
parent 91f91212db
commit b5f2538c19
18 changed files with 157 additions and 146 deletions
+2 -2
View File
@@ -27,8 +27,8 @@
exec-once = [
"uwsm app -- xdg-terminal-exec -e btop-power -p 2"
];
windowrulev2 = [
"monitor ${myConfig.btop.monitor}, title:^(btop)$"
windowrule = [
"match:title ^(btop)$, monitor ${myConfig.btop.monitor}"
];
})
];