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/scr3 | |
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 '')
-rwxr-xr-x | .local/bin/scr3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/scr3 b/.local/bin/scr3 index 17b9fe7..571aa94 100755 --- a/.local/bin/scr3 +++ b/.local/bin/scr3 @@ -1,12 +1,12 @@ #!/bin/sh xrandr \ - --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \ + --output HDMI-0 --mode 1920x1080 --pos 3120x0 --rotate normal \ --output DP-0 --off \ --output DP-1 --off \ - --output DP-2 --mode 1440x900 --pos 0x0 --rotate normal \ + --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --mode 1680x1050 --pos 3360x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --pos 1680x0 --rotate normal \ --output DP-5 --off |