feat: wacom pen support
This commit is contained in:
parent
dba9a4a0f4
commit
4f1b2f1aaf
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue