From b38763a83ad70ce7ab929f55695893edda61dec5 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 17:43:31 +1000 Subject: [PATCH] add screenlayout --- i3/.screenlayout/layout.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 i3/.screenlayout/layout.sh diff --git a/i3/.screenlayout/layout.sh b/i3/.screenlayout/layout.sh new file mode 100755 index 0000000..8f7d81c --- /dev/null +++ b/i3/.screenlayout/layout.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-0 --mode 1440x900 --pos 216x1080 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal -- 2.49.0