Compare commits
2 Commits
766c2356da
...
75136db3a3
Author | SHA1 | Date |
---|---|---|
mandlm | 75136db3a3 | |
mandlm | 4abb8b2845 |
|
@ -24,6 +24,7 @@
|
||||||
marksman
|
marksman
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake-language-server
|
cmake-language-server
|
||||||
|
texlab
|
||||||
];
|
];
|
||||||
|
|
||||||
# symlink for a stable path
|
# symlink for a stable path
|
||||||
|
|
|
@ -103,6 +103,7 @@ local servers = {
|
||||||
["pyright"] = {},
|
["pyright"] = {},
|
||||||
["rnix"] = {},
|
["rnix"] = {},
|
||||||
["terraformls"] = {},
|
["terraformls"] = {},
|
||||||
|
["texlab"] = {},
|
||||||
["tflint"] = {},
|
["tflint"] = {},
|
||||||
["tsserver"] = {},
|
["tsserver"] = {},
|
||||||
["yamlls"] = {
|
["yamlls"] = {
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
gimp
|
gimp
|
||||||
joplin
|
joplin
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
|
evince
|
||||||
];
|
];
|
||||||
|
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
|
|
|
@ -15,58 +15,23 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home_office_left = {
|
home_office = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
|
||||||
criteria = "Samsung Electric Company U28E590 HTPJ404252";
|
|
||||||
mode = "3840x2160";
|
|
||||||
scale = 1.5;
|
|
||||||
status = "enable";
|
|
||||||
position = "0,526";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
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";
|
|
||||||
mode = "1920x1200";
|
|
||||||
scale = 1.0;
|
|
||||||
status = "enable";
|
|
||||||
position = "0,0";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
criteria = "Samsung Electric Company SMS24A450 H4MCA12738";
|
criteria = "Samsung Electric Company SMS24A450 H4MCA12738";
|
||||||
mode = "1920x1200";
|
mode = "1920x1200";
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
|
position = "0,0";
|
||||||
|
transform = "normal";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "Samsung Electric Company SMS24A450 H4MCA12730";
|
||||||
|
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