From 8c6ace8df7c22dcf0516c8d114c4dc4f713a7da5 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 26 Sep 2025 23:16:17 +0300 Subject: aliases: add different configuration for xrandr --- .aliases | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.aliases') diff --git a/.aliases b/.aliases index daed4e7..b620bcf 100644 --- a/.aliases +++ b/.aliases @@ -38,3 +38,9 @@ alias untar="tar -xf" # Always preload a math library, so the default _scale_ is set to 20 alias bc="bc -l" + +alias xrandr-fix="xrandr --auto" +alias xrandr-qhd="xrandr --output eDP --off --output HDMI-A-0 --mode 2560x1440" +alias xrandr-double="xrandr --output eDP --mode 1920x1080 --left-of HDMI-A-0" +alias xrandr-two-monitors="xrandr --output eDP --off --output HDMI-A-0 --primary --left-of DisplayPort-1" +alias xrandr-three-monitors="xrandr --output eDP --primary --left-of HDMI-A-0 --output HDMI-A-0 --left-of DisplayPort-1" -- cgit v1.2.3-18-g5258