/ adjust res aliases to only affect laptop display
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user