diff options
| author | Joursoir <chat@joursoir.net> | 2025-09-26 23:16:17 +0300 |
|---|---|---|
| committer | Joursoir <chat@joursoir.net> | 2025-09-26 23:25:59 +0300 |
| commit | 8c6ace8df7c22dcf0516c8d114c4dc4f713a7da5 (patch) | |
| tree | 11d92ed7f0956871dec75dc89c20b53c18b4504e | |
| parent | c7933c79b17492a2b980325e486efac33bc1a48e (diff) | |
| download | dotfiles-8c6ace8df7c22dcf0516c8d114c4dc4f713a7da5.tar.gz dotfiles-8c6ace8df7c22dcf0516c8d114c4dc4f713a7da5.tar.bz2 dotfiles-8c6ace8df7c22dcf0516c8d114c4dc4f713a7da5.zip | |
aliases: add different configuration for xrandr
| -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" |
