diff options
author | joe <rbo@gmx.us> | 2025-09-14 15:15:26 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-14 15:15:26 +0200 |
commit | 4abd3a037681f96ea9015955afc4867588941b0a (patch) | |
tree | 0c6aa9c4ede6e10aa88996d9ec4aafa2a7f54191 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-4abd3a037681f96ea9015955afc4867588941b0a.tar.gz dotfiles-bsd-4abd3a037681f96ea9015955afc4867588941b0a.tar.bz2 dotfiles-bsd-4abd3a037681f96ea9015955afc4867588941b0a.tar.xz dotfiles-bsd-4abd3a037681f96ea9015955afc4867588941b0a.tar.zst dotfiles-bsd-4abd3a037681f96ea9015955afc4867588941b0a.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/scr2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/scr2 b/.local/bin/scr2 index c8e230f..6656e89 100755 --- a/.local/bin/scr2 +++ b/.local/bin/scr2 @@ -5,18 +5,18 @@ if [ "$1" = "low" ]; then --output HDMI-0 --off \ --output DP-0 --off \ --output DP-1 --off \ - --output DP-2 --mode 1920x1080 --rate 60 --pos 1920x0 --rotate normal \ + --output DP-2 --mode 1920x1080 --rate 144 --pos 1920x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --primary --mode 1920x1080 --rate 180 --pos 0x0 --rotate normal \ + --output DP-4 --mode 1920x1080 --rate 144 --pos 0x0 --rotate normal --primary \ --output DP-5 --off else xrandr \ --output HDMI-0 --off \ --output DP-0 --off \ --output DP-1 --off \ - --output DP-2 --mode 2560x1440 --rate 60 --pos 2560x0 --rotate normal \ + --output DP-2 --mode 2560x1440 --rate 144 --pos 2560x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --rate 144 --pos 0x0 --rotate normal \ + --output DP-4 --mode 2560x1440 --rate 144 --pos 0x0 --rotate normal --primary \ --output DP-5 --off fi |