From 0df971176ed35826a1aa600e878a60b05f1c6a45 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 5 Jan 2026 15:05:33 +0100 Subject: [PATCH] hyprland: use only current monitor for wacom tablet --- users/pedro/home-configuration/hyprland/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/pedro/home-configuration/hyprland/hyprland.nix b/users/pedro/home-configuration/hyprland/hyprland.nix index 66a70eb..4056fc4 100644 --- a/users/pedro/home-configuration/hyprland/hyprland.nix +++ b/users/pedro/home-configuration/hyprland/hyprland.nix @@ -35,6 +35,9 @@ touchpad = { natural_scroll = true; }; + tablet = { + output = "current"; + }; }; general = {