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