diff options
author | Camil Staps | 2023-02-17 09:32:45 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-17 09:32:45 +0100 |
commit | dbced26e383a1caaef38e98fd3eb0c1b9a7a0427 (patch) | |
tree | 0e454adc3370dde51f142013447ce4214e33a996 /zenbook/bin/singlemon | |
parent | Update TeXLive version to 2022 in manpages and infopages as well (diff) |
Move zenbook-specific scripts
Diffstat (limited to 'zenbook/bin/singlemon')
-rwxr-xr-x | zenbook/bin/singlemon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zenbook/bin/singlemon b/zenbook/bin/singlemon new file mode 100755 index 0000000..05ccbed --- /dev/null +++ b/zenbook/bin/singlemon @@ -0,0 +1,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 |