diff options
author | Joe <rbo@gmx.us> | 2025-08-15 23:22:16 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-15 23:22:16 +0200 |
commit | 8de80219c1bceafaaa7e6cecb80cc005e4e7805e (patch) | |
tree | b7b8e3ff312ee52166e3c840eab4a44f60c7093a /.local/bin/scr2 | |
parent | scr (diff) | |
download | dotfiles-bsd-8de80219c1bceafaaa7e6cecb80cc005e4e7805e.tar.gz dotfiles-bsd-8de80219c1bceafaaa7e6cecb80cc005e4e7805e.tar.bz2 dotfiles-bsd-8de80219c1bceafaaa7e6cecb80cc005e4e7805e.tar.xz dotfiles-bsd-8de80219c1bceafaaa7e6cecb80cc005e4e7805e.tar.zst dotfiles-bsd-8de80219c1bceafaaa7e6cecb80cc005e4e7805e.zip |
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/scr2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/scr2 b/.local/bin/scr2 index 24c1b64..48a4a03 100755 --- a/.local/bin/scr2 +++ b/.local/bin/scr2 @@ -2,11 +2,11 @@ xrandr \ --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \ + --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --off \ + --output DP-4 --mode 1680x1050 --pos 1920x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png |