From bf97354dbfdbbe0637fb5dc2a8d8325dc6ef105b Mon Sep 17 00:00:00 2001 From: "[Alien]" Date: Fri, 14 May 2021 12:58:21 +0300 Subject: [PATCH] External display automatic DPI scaling script --- hdmi/hdmi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hdmi/hdmi diff --git a/hdmi/hdmi b/hdmi/hdmi new file mode 100644 index 0000000..ff5fc44 --- /dev/null +++ b/hdmi/hdmi @@ -0,0 +1,7 @@ +#!/bin/bash +xrandr-extend hdmi +xinput --map-to-output 'IPTS Touch' eDP1 +xinput --map-to-output 'IPTS Stylus Pen (0)' eDP1 +xinput --map-to-output 'IPTS Stylus Eraser (0)' eDP1 +killall plasmashell +kstart5 plasmashell \ No newline at end of file