From 66f12985d2ce4b6ea4d61a81a42341b900fd2535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 21 Aug 2025 18:30:12 +0200 Subject: [PATCH] gunter: add tablet device --- home/hyprland/hyprland_gunter.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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; };