/ adjust res aliases to only affect laptop display

This commit is contained in:
committer@tuxwarrior
2025-04-12 11:20:39 -05:00
parent 010cad0f3a
commit b180dfe2c9

View File

@@ -217,9 +217,10 @@ nas() {
# #
# https://en.wikipedia.org/wiki/List_of_common_resolutions # https://en.wikipedia.org/wiki/List_of_common_resolutions
alias res-low="xrandr -s 1920x1080" # DP-2 is laptop display
alias res-med="xrandr -s 2560x1440" alias res-low="xrandr --output DP-2 --size 1920x1080"
alias res-high="xrandr -s 3840x2160" alias res-med="xrandr --output DP-2 --size 2560x1440"
alias res-high="xrandr --output DP-2 --size 3840x2160"
# # --- # # ---
# # misc # # misc