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 | |
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')
-rwxr-xr-x | .local/bin/scr1 | 4 | ||||
-rwxr-xr-x | .local/bin/scr2 | 4 | ||||
-rwxr-xr-x | .local/bin/scr3 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.local/bin/scr1 b/.local/bin/scr1 index 4651ad0..206f1fb 100755 --- a/.local/bin/scr1 +++ b/.local/bin/scr1 @@ -1,12 +1,12 @@ #!/bin/sh xrandr \ - --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ + --output HDMI-0 --off \ --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --off \ + --output DP-4 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png 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 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 |