diff options
author | Camil Staps | 2021-06-28 12:22:48 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-28 12:22:48 +0200 |
commit | a73acb9b474ce77af4bc54657d32bd2714ce53ec (patch) | |
tree | 1016bbbb59b629c0e905fce3a0b464a40f6f97a2 /system/bin/singlemon | |
parent | Add vim settings for gas and cabal (diff) |
Cleanup binaries
Diffstat (limited to 'system/bin/singlemon')
-rwxr-xr-x | system/bin/singlemon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bin/singlemon b/system/bin/singlemon new file mode 100755 index 0000000..05ccbed --- /dev/null +++ b/system/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 |