Compare commits
No commits in common. "75136db3a3732475a697424f198a693d514bac88" and "766c2356da0b4ae97a6e4a2e8ca043c46010e7df" have entirely different histories.
75136db3a3
...
766c2356da
|
@ -24,7 +24,6 @@
|
||||||
marksman
|
marksman
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake-language-server
|
cmake-language-server
|
||||||
texlab
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# symlink for a stable path
|
# symlink for a stable path
|
||||||
|
|
|
@ -103,7 +103,6 @@ local servers = {
|
||||||
["pyright"] = {},
|
["pyright"] = {},
|
||||||
["rnix"] = {},
|
["rnix"] = {},
|
||||||
["terraformls"] = {},
|
["terraformls"] = {},
|
||||||
["texlab"] = {},
|
|
||||||
["tflint"] = {},
|
["tflint"] = {},
|
||||||
["tsserver"] = {},
|
["tsserver"] = {},
|
||||||
["yamlls"] = {
|
["yamlls"] = {
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
gimp
|
gimp
|
||||||
joplin
|
joplin
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
evince
|
|
||||||
];
|
];
|
||||||
|
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
|
|
|
@ -15,23 +15,58 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home_office = {
|
home_office_left = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
criteria = "Samsung Electric Company SMS24A450 H4MCA12738";
|
criteria = "Samsung Electric Company U28E590 HTPJ404252";
|
||||||
mode = "1920x1200";
|
mode = "3840x2160";
|
||||||
scale = 1.0;
|
scale = 1.5;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
position = "0,0";
|
position = "0,526";
|
||||||
transform = "normal";
|
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
criteria = "Samsung Electric Company U28E590 HTPJ300612";
|
||||||
|
mode = "3840x2160";
|
||||||
|
scale = 1.5;
|
||||||
|
status = "enable";
|
||||||
|
position = "2560,0";
|
||||||
|
transform = "270";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "eDP-1";
|
||||||
|
status = "disable";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
exec = ''
|
||||||
|
exec swaymsg workspace 0, move workspace to output '"Samsung Electric Company U28E590 HTPJ300612"'
|
||||||
|
exec swaymsg workspace 8, move workspace to output '"Samsung Electric Company U28E590 HTPJ300612"'
|
||||||
|
exec swaymsg workspace 6, move workspace to output '"Samsung Electric Company U28E590 HTPJ300612"'
|
||||||
|
exec swaymsg workspace 4, move workspace to output '"Samsung Electric Company U28E590 HTPJ300612"'
|
||||||
|
exec swaymsg workspace 2, move workspace to output '"Samsung Electric Company U28E590 HTPJ300612"'
|
||||||
|
|
||||||
|
exec swaymsg workspace 9, move workspace to output '"Samsung Electric Company U28E590 HTPJ404252"'
|
||||||
|
exec swaymsg workspace 7, move workspace to output '"Samsung Electric Company U28E590 HTPJ404252"'
|
||||||
|
exec swaymsg workspace 5, move workspace to output '"Samsung Electric Company U28E590 HTPJ404252"'
|
||||||
|
exec swaymsg workspace 3, move workspace to output '"Samsung Electric Company U28E590 HTPJ404252"'
|
||||||
|
exec swaymsg workspace 1, move workspace to output '"Samsung Electric Company U28E590 HTPJ404252"'
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
home_office_right = {
|
||||||
|
outputs = [
|
||||||
{
|
{
|
||||||
criteria = "Samsung Electric Company SMS24A450 H4MCA12730";
|
criteria = "Samsung Electric Company SMS24A450 H4MCA12730";
|
||||||
mode = "1920x1200";
|
mode = "1920x1200";
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "Samsung Electric Company SMS24A450 H4MCA12738";
|
||||||
|
mode = "1920x1200";
|
||||||
|
scale = 1.0;
|
||||||
|
status = "enable";
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
transform = "270";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "eDP-1";
|
criteria = "eDP-1";
|
||||||
|
|
Loading…
Reference in New Issue