blob: 05ccbedc354ed30b8b81e6d9b73f07ee06e87946 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/bash
xrandr --output eDP1 --primary --auto \
--output HDMI2 --off \
--output DP1 --off
xinput enable Atmel
setbg
xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP1 2>/dev/null
|