Add workspace output assign for Tone
This commit is contained in:
parent
ebf727ed43
commit
9dec8a9556
|
@ -5,6 +5,12 @@
|
||||||
imports = [ ./home/work.nix ];
|
imports = [ ./home/work.nix ];
|
||||||
wayland.windowManager.sway.config = {
|
wayland.windowManager.sway.config = {
|
||||||
output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
||||||
|
workspaceOutputAssign = [
|
||||||
|
{
|
||||||
|
output = "DP-1";
|
||||||
|
workspace = "1";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue