diff options
author | Joe <rbo@gmx.us> | 2025-08-29 02:05:30 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-29 02:05:30 +0200 |
commit | e795d62898346b7d8b3dc316f07f0822bce3116a (patch) | |
tree | 895d3fb7e51b357274f05e7c1f940a4608940cae /.local/bin | |
parent | scr (diff) | |
download | dotfiles-bsd-e795d62898346b7d8b3dc316f07f0822bce3116a.tar.gz dotfiles-bsd-e795d62898346b7d8b3dc316f07f0822bce3116a.tar.bz2 dotfiles-bsd-e795d62898346b7d8b3dc316f07f0822bce3116a.tar.xz dotfiles-bsd-e795d62898346b7d8b3dc316f07f0822bce3116a.tar.zst dotfiles-bsd-e795d62898346b7d8b3dc316f07f0822bce3116a.zip |
up
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/scr1 | 2 | ||||
-rwxr-xr-x | .local/bin/scr2 | 2 | ||||
-rwxr-xr-x | .local/bin/scr3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/scr1 b/.local/bin/scr1 index 206f1fb..9e94aef 100755 --- a/.local/bin/scr1 +++ b/.local/bin/scr1 @@ -6,7 +6,7 @@ xrandr \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 0x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png diff --git a/.local/bin/scr2 b/.local/bin/scr2 index 63b36b5..ea823c8 100755 --- a/.local/bin/scr2 +++ b/.local/bin/scr2 @@ -6,7 +6,7 @@ xrandr \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 0x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png diff --git a/.local/bin/scr3 b/.local/bin/scr3 index 571aa94..01f731a 100755 --- a/.local/bin/scr3 +++ b/.local/bin/scr3 @@ -6,7 +6,7 @@ xrandr \ --output DP-1 --off \ --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --primary --mode 2560x1440 --pos 1680x0 --rotate normal \ + --output DP-4 --primary --mode 2560x1440 --rate 180 --pos 1680x0 --rotate normal \ --output DP-5 --off |