blob: c14e38069e0b222e25f6e3172ae7af1b299427a0 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/bash
xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto
xinput disable Atmel
setbg
xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput HDMI2 2>/dev/null
|