mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
feat: niri - spawn at startup
This commit is contained in:
@@ -34,6 +34,15 @@ in
|
||||
})
|
||||
])
|
||||
|
||||
# ============= Named Workspaces =============
|
||||
(node "workspace" "1terminal" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "2browser" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "3chat" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "4music" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "5mail" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "6file" [ (leaf "open-on-output" "eDP-1") ])
|
||||
(node "workspace" "0other" [ (leaf "open-on-output" "eDP-1") ])
|
||||
|
||||
# Settings for debugging. Not meant for normal use.
|
||||
# These can change or stop working at any point with little notice.
|
||||
(plain "debug" [
|
||||
|
||||
@@ -63,6 +63,15 @@
|
||||
y = 0;
|
||||
})
|
||||
])
|
||||
|
||||
# ============= Named Workspaces =============
|
||||
(node "workspace" "1terminal" [ (leaf "open-on-output" "HDMI-A-1") ])
|
||||
(node "workspace" "2browser" [ (leaf "open-on-output" "DP-2") ])
|
||||
(node "workspace" "3chat" [ (leaf "open-on-output" "HDMI-A-1") ])
|
||||
(node "workspace" "4music" [ (leaf "open-on-output" "DP-2") ])
|
||||
(node "workspace" "5mail" [ (leaf "open-on-output" "DP-2") ])
|
||||
(node "workspace" "6file" [ (leaf "open-on-output" "HDMI-A-1") ])
|
||||
(node "workspace" "0other" [ (leaf "open-on-output" "HDMI-A-1") ])
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user