no games again because xwl-satellite doesn't work with cursor
This commit is contained in:
parent
fb19309fc5
commit
0ca67d1975
2 changed files with 19 additions and 33 deletions
|
@ -7,7 +7,7 @@
|
||||||
withVM = false;
|
withVM = false;
|
||||||
withContainers = true;
|
withContainers = true;
|
||||||
|
|
||||||
withGames = true;
|
withGames = false;
|
||||||
|
|
||||||
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,38 +10,27 @@
|
||||||
tap = true;
|
tap = true;
|
||||||
natural-scroll = true;
|
natural-scroll = true;
|
||||||
};
|
};
|
||||||
tablet = {
|
|
||||||
map-to-output = "DP-3";
|
|
||||||
};
|
|
||||||
touch = {
|
|
||||||
map-to-output = "eDP-1";
|
|
||||||
};
|
|
||||||
power-key-handling.enable = false;
|
power-key-handling.enable = false;
|
||||||
};
|
};
|
||||||
outputs."eDP-1" = {
|
|
||||||
scale = 1.0;
|
|
||||||
mode = {
|
|
||||||
width = 2736;
|
|
||||||
height = 1824;
|
|
||||||
refresh = 59.959;
|
|
||||||
};
|
|
||||||
position = {
|
|
||||||
x=0;
|
|
||||||
y=0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs."DP-1" = {
|
outputs = {
|
||||||
scale = 1.0;
|
"eDP-1" = {
|
||||||
mode = {
|
scale = 1.0;
|
||||||
width = 5120;
|
mode = {
|
||||||
height = 2160;
|
width = 2736;
|
||||||
refresh = 59.940;
|
height = 1824;
|
||||||
};
|
refresh = 59.959;
|
||||||
position = {
|
};
|
||||||
x=2736;
|
};
|
||||||
y=0;
|
|
||||||
};
|
"DP-1" = {
|
||||||
|
scale = 1.0;
|
||||||
|
mode = {
|
||||||
|
width = 5120;
|
||||||
|
height = 2160;
|
||||||
|
refresh = 59.940;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
@ -74,9 +63,6 @@
|
||||||
bottom-right= 8.0;
|
bottom-right= 8.0;
|
||||||
};
|
};
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
} {
|
|
||||||
matches = [{app-id = "gamescope";}];
|
|
||||||
open-fullscreen = true;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue