Skip to content

Commit d2b9ee2

Browse files
committed
home (sway): Configure kanshi for framework-13
1 parent 8b5c2b9 commit d2b9ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

home/desktop/sway/kanshi.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in
1616
enable = true;
1717
settings =
1818
let
19-
pulse-14 = "Tianma Microelectronics Ltd. TL140ADXP24-0 Unknown";
19+
framework-13 = "BOE NE135A1M-NY1 Unkown";
2020
lg32 = "LG Electronics LG HDR 4K 111NTBKD6957";
2121
in
2222
[
@@ -29,9 +29,9 @@ in
2929
position = "0,0";
3030
}
3131
{
32-
criteria = pulse-14;
32+
criteria = framework-13;
3333
status = "enable";
34-
position = "960,2160";
34+
position = "480,2160";
3535
}
3636
];
3737
profile.exec = [

0 commit comments

Comments
 (0)