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 +}