feat(hyprland): make workspace 9 vertical

This commit is contained in:
2026-05-31 13:47:12 +02:00
parent 35e224f09f
commit 7bcf61cfbf
+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;