no games again because xwl-satellite doesn't work with cursor

This commit is contained in:
twoneis 2024-07-06 01:42:21 +02:00
parent fb19309fc5
commit 0ca67d1975
2 changed files with 19 additions and 33 deletions

View file

@ -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";
} }

View file

@ -10,37 +10,26 @@
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" = {
outputs = {
"eDP-1" = {
scale = 1.0; scale = 1.0;
mode = { mode = {
width = 2736; width = 2736;
height = 1824; height = 1824;
refresh = 59.959; refresh = 59.959;
}; };
position = {
x=0;
y=0;
};
}; };
outputs."DP-1" = { "DP-1" = {
scale = 1.0; scale = 1.0;
mode = { mode = {
width = 5120; width = 5120;
height = 2160; height = 2160;
refresh = 59.940; refresh = 59.940;
}; };
position = {
x=2736;
y=0;
}; };
}; };
@ -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;
} }
]; ];