gunter: add tablet device
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m46s
Periodic flake update / flake-update (push) Successful in 2m18s

This commit is contained in:
2025-08-21 18:30:12 +02:00
parent daf9c63884
commit 66f12985d2

View File

@@ -202,6 +202,13 @@ in
follow_mouse = 1; follow_mouse = 1;
}; };
device = [
{
name = "wacom-one-by-wacom-m-pen";
output = "$mon_center";
}
];
cursor = { cursor = {
no_hardware_cursors = true; no_hardware_cursors = true;
}; };