mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 05:23:56 +02:00
feat(niri): reorganize workspaces
This commit is contained in:
@@ -8,8 +8,6 @@ workspace "1terminal" { open-on-output "eDP-1"; }
|
||||
workspace "2browser" { open-on-output "eDP-1"; }
|
||||
workspace "3chat" { open-on-output "eDP-1"; }
|
||||
workspace "4entertainment" { open-on-output "eDP-1"; }
|
||||
workspace "5mail" { open-on-output "eDP-1"; }
|
||||
workspace "6utility" { open-on-output "eDP-1"; }
|
||||
workspace "5utility" { open-on-output "eDP-1"; }
|
||||
workspace "0other" { open-on-output "eDP-1"; }
|
||||
debug { render-drm-device "/dev/dri/renderD128"; }
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@ output "HDMI-A-2" {
|
||||
// ============= Named Workspaces =============
|
||||
workspace "4entertainment" { open-on-output "DP-1"; }
|
||||
workspace "2browser" { open-on-output "DP-1"; }
|
||||
workspace "0other" { open-on-output "DP-1"; }
|
||||
workspace "5utility" { open-on-output "DP-1"; }
|
||||
|
||||
workspace "1terminal" { open-on-output "HDMI-A-2"; }
|
||||
workspace "3chat" { open-on-output "HDMI-A-2"; }
|
||||
workspace "6utility" { open-on-output "HDMI-A-2"; }
|
||||
workspace "1terminal" { open-on-output "HDMI-A-2"; }
|
||||
workspace "0other" { open-on-output "HDMI-A-2"; }
|
||||
|
||||
Reference in New Issue
Block a user