From 4f1b2f1aafd03bfa4d9880ea7f759d27127597e1 Mon Sep 17 00:00:00 2001 From: subcrip Date: Thu, 16 May 2024 20:34:40 +0800 Subject: [PATCH] feat: wacom pen support --- hypr/hyprland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bb448bd..777e5cc 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -287,6 +287,7 @@ bindl=, XF86MonBrightnessUp, exec, brightnessctl set +5% # Screenshot bind = , PRINT, exec, hyprshot -m output +bind = $mainMod SHIFT, S, exec, hyprshot -m region # Session Lock bindr= $mainMod, L, exec, swaylock -c 000000 @@ -314,3 +315,10 @@ misc { debug { disable_logs=false } + +# Restrict stylus to the HDMI screen +device { + name=wacom-one-by-wacom-s-pen + transform=0 + output=HDMI-A-1 +}