From dbfc6e98e56b75e2fe9cbe1fcce40e1b7a673058 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 18 Feb 2020 18:08:47 +0000 Subject: [PATCH] Add shebang & commenting --- .bin/external-only | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bin/external-only b/.bin/external-only index 77c31ff..09480d3 100644 --- a/.bin/external-only +++ b/.bin/external-only @@ -1,2 +1,6 @@ +#!/usr/bin/env bash +# Toggle monitor settings + +# only show on external display xrandr --output eDP1 --off xrandr --output HDMI1 --mode 3840x2160 --primary