[user/malte] Fix sway workspace assignments

This commit is contained in:
Malte Tammena 2022-04-15 15:57:43 +02:00
parent d1f14a93fd
commit 2bca407e56
2 changed files with 6 additions and 5 deletions

View file

@ -58,11 +58,7 @@ in {
scale = 1.0;
}
];
exec = lib.flatten [
(move 1 "HDMI-A-2")
(move 2 "DP-2")
(notify "Dual")
];
exec = notify "Dual";
};
};
};

View file

@ -233,6 +233,11 @@ in {
#outer = size;
};
workspaceOutputAssign = [
{ output = "HDMI-A-2"; workspace = "1"; }
{ output = "DP-2"; workspace = "2"; }
];
assigns = {
"2" = [{app_id = "firefox";}];
"5" = [