622 current 1970-01-01 01:00:00 24.11.20250506.1d3aeb5 6.6.89 *
This commit is contained in:
parent
dbce42d130
commit
448c8523e7
@ -260,6 +260,25 @@ in {
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=mirror] exec ${pkgs.wl-mirror}/bin/wl-mirror eDP-1"
|
||||
];
|
||||
}
|
||||
{
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "ViewSonic Corporation VG2448 V5E201864188";
|
||||
position = "1920,0";
|
||||
}
|
||||
];
|
||||
profile.exec = [
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=main] move workspace to '\"ViewSonic Corporation VG2448 V5E201864188\"'"
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=term] move workspace to eDP-1"
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=msg] move workspace to '\"ViewSonic Corporation VG2448 V5E201864188\"'"
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=music] move workspace to '\"ViewSonic Corporation VG2448 V5E201864188\"'"
|
||||
"${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to '\"ViewSonic Corporation VG2448 V5E201864188\"'"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user