From b180dfe2c9fd4d7f8b6c0096f17c526d1bf95c33 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sat, 12 Apr 2025 11:20:39 -0500 Subject: [PATCH] / adjust res aliases to only affect laptop display --- dots/bash/.bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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