diff options
author | Camil Staps | 2023-02-17 09:33:01 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-17 09:33:01 +0100 |
commit | 7edf6e7f70cd6c436e8ddd6214e19f91c4953f7c (patch) | |
tree | 3029d5417633550c8a76d6549ee54541be389e39 /yoga/bin/dualmon | |
parent | Move zenbook-specific scripts (diff) |
Add yoga-specific scripts for external monitor and network
Diffstat (limited to 'yoga/bin/dualmon')
-rwxr-xr-x | yoga/bin/dualmon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yoga/bin/dualmon b/yoga/bin/dualmon new file mode 100755 index 0000000..3aa66ab --- /dev/null +++ b/yoga/bin/dualmon @@ -0,0 +1,4 @@ +#!/bin/bash +xrandr --output eDP --below DisplayPort-1 --primary --output DisplayPort-1 --auto +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput DisplayPort-1 2>/dev/null |