diff options
author | Joe <rbo@gmx.us> | 2025-08-29 01:59:09 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-29 01:59:46 +0200 |
commit | 484b7801984a6f6691ac9c3abde7baeabf55f351 (patch) | |
tree | 76fa5c20caf6b0e1dbd905501b4f487efc09dc43 /.local/bin/scr2 | |
parent | up (diff) | |
download | dotfiles-bsd-484b7801984a6f6691ac9c3abde7baeabf55f351.tar.gz dotfiles-bsd-484b7801984a6f6691ac9c3abde7baeabf55f351.tar.bz2 dotfiles-bsd-484b7801984a6f6691ac9c3abde7baeabf55f351.tar.xz dotfiles-bsd-484b7801984a6f6691ac9c3abde7baeabf55f351.tar.zst dotfiles-bsd-484b7801984a6f6691ac9c3abde7baeabf55f351.zip |
scr
Diffstat (limited to '.local/bin/scr2')
-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 48a4a03..63b36b5 100755 --- a/.local/bin/scr2 +++ b/.local/bin/scr2 @@ -1,12 +1,12 @@ #!/bin/sh xrandr \ - --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ + --output HDMI-0 --mode 1920x1080 --pos 2560x0 --rotate normal \ --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --mode 1680x1050 --pos 1920x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png |