diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 4c19f12..777b652 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -217,9 +217,10 @@ nas() { # # https://en.wikipedia.org/wiki/List_of_common_resolutions -alias res-low="xrandr -s 1920x1080" -alias res-med="xrandr -s 2560x1440" -alias res-high="xrandr -s 3840x2160" +# DP-2 is laptop display +alias res-low="xrandr --output DP-2 --size 1920x1080" +alias res-med="xrandr --output DP-2 --size 2560x1440" +alias res-high="xrandr --output DP-2 --size 3840x2160" # # --- # # misc