feat(niri): reorganize workspace layout

This commit is contained in:
Ryan Yin
2026-07-31 12:06:27 +08:00
parent ac96c62cbe
commit 071212e40f
5 changed files with 71 additions and 52 deletions
+2 -5
View File
@@ -7,12 +7,9 @@ output "eDP-1" {
workspace "1terminal" { open-on-output "eDP-1"; }
workspace "2browser" { open-on-output "eDP-1"; }
workspace "3chat" { open-on-output "eDP-1"; }
workspace "4music" { open-on-output "eDP-1"; }
workspace "4entertainment" { open-on-output "eDP-1"; }
workspace "5mail" { open-on-output "eDP-1"; }
workspace "6file" { open-on-output "eDP-1"; }
workspace "7" { open-on-output "eDP-1"; }
workspace "8" { open-on-output "eDP-1"; }
workspace "9" { open-on-output "eDP-1"; }
workspace "6utility" { open-on-output "eDP-1"; }
workspace "0other" { open-on-output "eDP-1"; }
debug { render-drm-device "/dev/dri/renderD128"; }
+3 -7
View File
@@ -38,14 +38,10 @@ output "HDMI-A-2" {
}
// ============= Named Workspaces =============
workspace "4entertainment" { open-on-output "DP-1"; }
workspace "2browser" { open-on-output "DP-1"; }
workspace "4gaming" { open-on-output "DP-1"; }
workspace "5music" { open-on-output "DP-1"; }
workspace "0other" { open-on-output "DP-1"; }
workspace "1terminal" { open-on-output "HDMI-A-2"; }
workspace "3chat" { open-on-output "HDMI-A-2"; }
workspace "6file" { open-on-output "HDMI-A-2"; }
workspace "7" { open-on-output "HDMI-A-2"; }
workspace "8" { open-on-output "HDMI-A-2"; }
workspace "9" { open-on-output "HDMI-A-2"; }
workspace "0other" { open-on-output "HDMI-A-2"; }
workspace "6utility" { open-on-output "HDMI-A-2"; }