diff options
Diffstat (limited to '.aliases')
| -rw-r--r-- | .aliases | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
