From 3adcfffe6683631c6a9b8e7060b0d498f7c65a27 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Mon, 30 Jul 2018 14:51:22 +0200 Subject: [PATCH] New workspace, swap two displays --- bin/screenlayout-work-default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/screenlayout-work-default b/bin/screenlayout-work-default index 76a34ee..3a1ce44 100755 --- a/bin/screenlayout-work-default +++ b/bin/screenlayout-work-default @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 3840x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP1-3 --off --output DP1-2 --mode 1920x1200 --pos 0x0 --rotate normal --output DP1-1 --mode 1920x1200 --pos 1920x0 --rotate normal +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 3840x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP1-3 --off --output DP1-1 --mode 1920x1200 --pos 0x0 --rotate normal --output DP1-2 --mode 1920x1200 --pos 1920x0 --rotate normal