diff options
author | Joe <rbo@gmx.us> | 2025-09-01 20:14:21 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-01 20:14:21 +0200 |
commit | 14b85433dbbc43af4294fa5353e69189121eea1b (patch) | |
tree | d775104accc1f91512897d56a025010e564f6517 /.local/bin/scr3 | |
parent | up (diff) | |
download | dotfiles-bsd-14b85433dbbc43af4294fa5353e69189121eea1b.tar.gz dotfiles-bsd-14b85433dbbc43af4294fa5353e69189121eea1b.tar.bz2 dotfiles-bsd-14b85433dbbc43af4294fa5353e69189121eea1b.tar.xz dotfiles-bsd-14b85433dbbc43af4294fa5353e69189121eea1b.tar.zst dotfiles-bsd-14b85433dbbc43af4294fa5353e69189121eea1b.zip |
Diffstat (limited to '.local/bin/scr3')
-rwxr-xr-x | .local/bin/scr3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scr3 b/.local/bin/scr3 index 1724e90..a035fb0 100755 --- a/.local/bin/scr3 +++ b/.local/bin/scr3 @@ -6,7 +6,7 @@ xrandr \ --output DP-1 --off \ --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 1680x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --rate 144 --pos 1680x0 --rotate normal \ --output DP-5 --off |