feat: lock my drawing tablet to my main monitor
This commit is contained in:
parent
cac7955f65
commit
f6e7daf682
2 changed files with 158 additions and 1 deletions
|
@ -83,7 +83,6 @@ monitor = DP-3, 2560x1440@165, 0x0, 1
|
|||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = ~/.local/share/scripts/hyprland/start_services.sh
|
||||
exec-once = xrandr --output DP-3 --primary
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -109,6 +108,10 @@ input {
|
|||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
device:wacom-bamboo-one-m-pen {
|
||||
output = DP-3
|
||||
}
|
||||
|
||||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue