Skip to content

Commit

Permalink
xr: Add work-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Mar 25, 2024
1 parent bb7cea7 commit f286655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/xr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f286655

Please sign in to comment.