We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81db8f commit eed57b2Copy full SHA for eed57b2
home/wayland/kanshi.nix
@@ -2,9 +2,10 @@
2
services.kanshi = {
3
enable = true;
4
systemdTarget = "graphical-session.target";
5
- profiles = {
6
- home = {
7
- outputs = [
+ settings = [
+ {
+ profile.name = "home";
8
+ profile.outputs = [
9
{
10
criteria = "LG Electronics LG ULTRAWIDE 208NTKF4V093";
11
mode = "3440x1440@60Hz";
@@ -16,17 +17,19 @@
16
17
status = "disable";
18
}
19
];
- };
20
- solo = {
21
+ }
22
+ profile.name = "solo";
23
24
25
criteria = "eDP-1";
26
status = "enable";
27
28
- other = {
29
30
31
+ profile.name = "other";
32
33
34
35
@@ -36,7 +39,7 @@
36
39
37
40
38
41
42
43
+ ];
44
};
45
0 commit comments