Skip to content

Commit

Permalink
feat(modules/kanshi): Add carolines screen outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Sep 30, 2023
1 parent 25240c3 commit 9f16b09
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion modules/graphical/window-managers/kanshi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
status = "enable";
}
];
docked.outputs = [
elis-docked.outputs = [
{
criteria = "Samsung Electric Company LC49G95T H4ZN900853";
mode = "5120x1440";
Expand All @@ -29,6 +29,22 @@
status = "disable";
}
];
caroline-docked.outputs = [
{
criteria = "Ancor Communications Inc ASUS PB278 C9LMTF095084";
mode = "2560x1440";
position = "0,0";
}
{
criteria = "Ancor Communications Inc ASUS PB278 CALMTF116261";
mode = "2560x1440";
position = "2560,0";
}
{
criteria = "eDP-1";
status = "disable";
}
];
};
}; # END kanshi
};
Expand Down

0 comments on commit 9f16b09

Please sign in to comment.