From 0da0ce428e49da5b5ee96b0699090fe503e8d563 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 8 Apr 2019 13:19:07 +0200 Subject: Add various scripts Signed-off-by: Florian Pritz --- connect-screen | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 connect-screen (limited to 'connect-screen') diff --git a/connect-screen b/connect-screen new file mode 100755 index 0000000..657b07f --- /dev/null +++ b/connect-screen @@ -0,0 +1,7 @@ +#!/bin/bash + +xrandr --output VIRTUAL1 --off +xrandr --output HDMI2 --off +xset r rate 250 50 +xrandr --output HDMI2 --right-of eDP1 --auto +xkbcomp .xkbmap "$DISPLAY" -- cgit v1.2.3-24-g4f1b