things
This commit is contained in:
@@ -202,23 +202,17 @@
|
||||
scale = "1";
|
||||
}
|
||||
];
|
||||
|
||||
# DP-2 is the main monitor: every workspace (1-10, matching the
|
||||
# binds above and the window rules below) is bound to it, so
|
||||
# new workspaces are never created on HDMI-A-1. Workspace 1 is
|
||||
# DP-2's default, i.e. what it shows on startup.
|
||||
workspace_rule =
|
||||
[
|
||||
{
|
||||
workspace = "1";
|
||||
monitor = "DP-2";
|
||||
default = true;
|
||||
}
|
||||
]
|
||||
++ builtins.genList (i: {
|
||||
workspace = toString (i + 2);
|
||||
workspace_rule = [
|
||||
{
|
||||
workspace = "2";
|
||||
monitor = "DP-2";
|
||||
}) 9;
|
||||
default = true;
|
||||
}
|
||||
]
|
||||
++ builtins.genList (i: {
|
||||
workspace = toString (i + 2);
|
||||
monitor = "DP-2";
|
||||
}) 9;
|
||||
|
||||
device = {
|
||||
name = "default";
|
||||
|
||||
Reference in New Issue
Block a user