feat(kanshi): add second acer screen
parent
b72a593dfe
commit
30a8dc52e5
|
@ -22,9 +22,9 @@
|
||||||
name = "home_office";
|
name = "home_office";
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
criteria = "Samsung Electric Company SMS24A450 H4MCA12738";
|
criteria = "Acer Technologies Acer PE270K 0x0027A130";
|
||||||
mode = "1920x1200";
|
mode = "3840x2160";
|
||||||
scale = 1.0;
|
scale = 1.75;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
transform = "normal";
|
transform = "normal";
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
mode = "3840x2160";
|
mode = "3840x2160";
|
||||||
scale = 1.75;
|
scale = 1.75;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
position = "1920,-200";
|
position = "2194,0";
|
||||||
transform = "270";
|
transform = "normal";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "eDP-1";
|
criteria = "eDP-1";
|
||||||
|
@ -43,11 +43,11 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
exec swaymsg workspace 0, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"'
|
exec swaymsg workspace 0, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"'
|
||||||
exec swaymsg workspace 8, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"'
|
exec swaymsg workspace 8, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"'
|
||||||
exec swaymsg workspace 6, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"'
|
exec swaymsg workspace 6, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"'
|
||||||
exec swaymsg workspace 4, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"'
|
exec swaymsg workspace 4, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"'
|
||||||
exec swaymsg workspace 2, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"'
|
exec swaymsg workspace 2, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"'
|
||||||
|
|
||||||
exec swaymsg workspace 9, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"'
|
exec swaymsg workspace 9, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"'
|
||||||
exec swaymsg workspace 7, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"'
|
exec swaymsg workspace 7, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"'
|
||||||
|
|
Loading…
Reference in New Issue