aboutsummaryrefslogtreecommitdiff
path: root/yoga/bin/singlemon
blob: af782a146a3924ae2308df7c27919210c22038c5 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
set -e
EXTERNAL="$(xrandr | grep 'DisplayPort.* connected' | cut -d' ' -f1)"
xrandr --output eDP --primary --auto --output $EXTERNAL --off
setbg
xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP 2>/dev/null || true