diff options
author | Joe <rbo@gmx.us> | 2025-08-29 02:08:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-29 02:08:01 +0200 |
commit | 939e0f0ad15b8f7f7d89e23ffd2577573ee89501 (patch) | |
tree | 9d480ee169424db8b83ed41655cdc2764682c397 /.local/bin/scr3 | |
parent | up (diff) | |
download | dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.gz dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.bz2 dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.xz dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.tar.zst dotfiles-bsd-939e0f0ad15b8f7f7d89e23ffd2577573ee89501.zip |
up
Diffstat (limited to '')
-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 01f731a..1724e90 100755 --- a/.local/bin/scr3 +++ b/.local/bin/scr3 @@ -1,7 +1,7 @@ #!/bin/sh xrandr \ - --output HDMI-0 --mode 1920x1080 --pos 3120x0 --rotate normal \ + --output HDMI-0 --mode 1920x1080 --pos 4260x0 --rotate normal \ --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal \ |