1778494277

This commit is contained in:
2026-05-11 13:11:17 +03:00
parent ab109ccd7f
commit c536d1e0f0
4 changed files with 25 additions and 4 deletions
@@ -6,6 +6,7 @@
builtin = {
eldrid = "Chimei Innolux Corporation 0x1406 Unknown";
sarien = "LG Display 0x068B Unknown";
kled = "BOE 0x095F Unknown";
# morphius =;
};
in [
@@ -40,6 +41,14 @@
# adaptiveSync = true;
};
}
{
output = {
criteria = builtin.kled;
position = "0,0";
scale = 4.0 / 3.0;
# adaptiveSync = true;
};
}
{
profile = {
name = "dunamis";
@@ -104,6 +113,17 @@
];
};
}
{
profile = {
name = "kled";
outputs = [
{
criteria = builtin.kled;
position = "0,0";
}
];
};
}
{
profile = {
name = "sarien-undocked";
+1 -1
View File
@@ -33,7 +33,7 @@ in {
ICEAUTHORITY = ''"$XDG_CACHE_HOME"/ICEauthority'';
NUGET_PACKAGES = ''"$XDG_CACHE_HOME"/NuGetPackages'';
NPM_CONFIG_INIT_MODULE = ''"$XDG_CONFIG_HOME"/npm/config/npm-init.js'';
NPM_CONFIG_CACHE = ''"$XDG_CACHE_HOME"/npm'';
# NPM_CONFIG_CACHE = ''"$XDG_CACHE_HOME"/npm'';
# NPM_CONFIG_TMP = ''"$XDG_RUNTIME_DIR"/npm'';
};