feat(hyprland): make workspace 9 vertical

This commit is contained in:
2026-05-31 13:47:12 +02:00
parent 98f6c0ea21
commit f0a1793889
+2 -1
View File
@@ -88,8 +88,9 @@ in {
new_status = "inherit"; new_status = "inherit";
}; };
workspace = [ workspace = [
"10, layoutopt:orientation:bottom"
"1, layoutopt:orientation:bottom" "1, layoutopt:orientation:bottom"
"9, layoutopt:orientation:bottom"
"10, layoutopt:orientation:bottom"
]; ];
decoration = { decoration = {
rounding = 20; rounding = 20;