Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pad92 committed Oct 13, 2022
1 parent 569198d commit 2e8463b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/xrandr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "${LISTMONITORS}" in
--output HDMI-1 --auto --pos 0x0 --rotate right \
--output DP-3 --primary --auto --pos 1080x0 --rotate normal
i3-msg "workspace 1, move workspace to output DP-3"
i3-msg "workspace 2, move workspace to output HDMI-3"
i3-msg "workspace 2, move workspace to output HDMI-1"
;;
'DP1-1 DP3 eDP1')
#xrandr --setprovideroutputsource modesetting NVIDIA-0
Expand All @@ -23,7 +23,7 @@ case "${LISTMONITORS}" in
xrandr --dpi 96 \
--output eDP1 --off \
--output DP3 --primary --auto \
--output DP1-1 --auto --left-of DP3 --rotate right
--output DP1-1 - -auto --left-of DP3 --rotate right
i3-msg "workspace 1, move workspace to output DP3"
i3-msg "workspace 2, move workspace to output DP1-1"
#i3-msg "workspace 3, move workspace to output eDP1"
Expand Down

0 comments on commit 2e8463b

Please sign in to comment.