mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-17 01:52:29 +00:00
5 lines
223 B
Bash
Executable File
5 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
xinput map-to-output "ELAN9038:00 04F3:261A Pen eraser" eDP-1 # Eraser
|
|
xinput map-to-output "ELAN9038:00 04F3:261A Pen stylus" eDP-1 # Stylus
|
|
xinput map-to-output "ELAN9038:00 04F3:261A Touchscreen" eDP-1 # Touch
|