diff options
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/xprofile.T495 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xprofile.T495 b/x11/xprofile.T495 index 1d66a7d..6dbc742 100755 --- a/x11/xprofile.T495 +++ b/x11/xprofile.T495 @@ -15,7 +15,7 @@ if xrandr | grep "HDMI-A-0 connected 3840x2160" > /dev/null; then # set dp from docking station to 3840x2160@29.98hz since doesn't output in 60hz mode for some reason dpdisplay="$(xrandr | grep -E 'DisplayPort-[0-9]+ connected 3840x2160' | grep -o 'DisplayPort-.')" - [ -n "$dpdisplay" ] && xrandr --output "$dpdisplay" --mode 3840x2160 --rate 29.98 + [ -n "$dpdisplay" ] && xrandr --output "$dpdisplay" --mode 3840x2160 --rate 29.98 --right-of "HDMI-A-0" wait $xrdbpid # wait for xrdb like in base xprofile fi |