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/singlemon | |
parent | Move zenbook-specific scripts (diff) |
Add yoga-specific scripts for external monitor and network
Diffstat (limited to 'yoga/bin/singlemon')
-rwxr-xr-x | yoga/bin/singlemon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yoga/bin/singlemon b/yoga/bin/singlemon new file mode 100755 index 0000000..600a4b9 --- /dev/null +++ b/yoga/bin/singlemon @@ -0,0 +1,4 @@ +#!/bin/bash +xrandr --output eDP --primary --auto --output DisplayPort-1 --off +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP 2>/dev/null |