From e02fa03dfe1ee1f4232ce585e5ec4d2313223285 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 18 Oct 2019 09:33:12 -0400 Subject: [PATCH] Add new three screen setup to #screenlayout --- fish/.config/fish/functions/t3.fish | 3 +++ screenlayout/.screenlayout/titan.sh | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 fish/.config/fish/functions/t3.fish create mode 100755 screenlayout/.screenlayout/titan.sh diff --git a/fish/.config/fish/functions/t3.fish b/fish/.config/fish/functions/t3.fish new file mode 100644 index 0000000..5d944bc --- /dev/null +++ b/fish/.config/fish/functions/t3.fish @@ -0,0 +1,3 @@ +function t3 + ~/.screenlayout/titan.sh +end diff --git a/screenlayout/.screenlayout/titan.sh b/screenlayout/.screenlayout/titan.sh new file mode 100755 index 0000000..1b5164d --- /dev/null +++ b/screenlayout/.screenlayout/titan.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 3640x648 --rotate normal --output DP-2 --mode 2560x1440 --pos 1080x480 --rotate normal