From f28665529e4163a54c6d84ba21539ac66760874c Mon Sep 17 00:00:00 2001 From: Chris Down Date: Mon, 25 Mar 2024 13:36:13 +0000 Subject: [PATCH] xr: Add work-internal --- bin/xr | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/xr b/bin/xr index 7f8aef40..2a46bba5 100755 --- a/bin/xr +++ b/bin/xr @@ -69,6 +69,11 @@ case $1 in work) xrandr --output HDMI-1 --auto --output DP-2 --auto --primary --right-of HDMI-1 --output eDP-1 --off ;; + work-internal) + xrandr --output HDMI-1 --auto \ + --output DP-2 --auto --primary --right-of HDMI-1 \ + --output eDP-1 --auto --pos 1600x1600 + ;; external-only) xrandr --output "$main_display" --off xrandr --output "${external_displays[0]}" --primary --auto