machines: adjust strixi internal display profile
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
{
|
{
|
||||||
services.kanshi.settings = lib.mkBefore [
|
services.kanshi.settings = lib.mkAfter [
|
||||||
{
|
{
|
||||||
profile.name = "internal-only";
|
profile.name = "internal-only";
|
||||||
profile.outputs = [
|
profile.outputs = [
|
||||||
@@ -130,6 +130,18 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
profile.name = "internal-panel-only";
|
||||||
|
profile.outputs = [
|
||||||
|
{
|
||||||
|
criteria = "eDP-1";
|
||||||
|
status = "enable";
|
||||||
|
mode = "2560x1600@240Hz";
|
||||||
|
position = "0,0";
|
||||||
|
scale = 1.333333;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user