diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index 64cd57e..4227515 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -202,6 +202,13 @@ in follow_mouse = 1; }; + device = [ + { + name = "wacom-one-by-wacom-m-pen"; + output = "$mon_center"; + } + ]; + cursor = { no_hardware_cursors = true; };