feat(niri): reorganize workspaces

This commit is contained in:
Ryan Yin
2026-08-03 22:42:37 +08:00
parent 20dac3bb84
commit cce15300d6
5 changed files with 29 additions and 25 deletions
+5 -6
View File
@@ -7,10 +7,10 @@ case "$(hostname)" in
workspace_order=(
"4entertainment:1"
"2browser:2"
"5utility:3"
"3chat:1"
"1terminal:2"
"0other:3"
"1terminal:1"
"3chat:2"
"6utility:3"
)
;;
shoukei)
@@ -19,9 +19,8 @@ case "$(hostname)" in
"2browser:2"
"3chat:3"
"4entertainment:4"
"5mail:5"
"6utility:6"
"0other:7"
"5utility:5"
"0other:6"
)
;;
*)