diff options
Diffstat (limited to '')
| -rwxr-xr-x | .local/bin/scr3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.local/bin/scr3 b/.local/bin/scr3 new file mode 100755 index 0000000..e3b625d --- /dev/null +++ b/.local/bin/scr3 @@ -0,0 +1,14 @@ +#!/bin/sh + +xrandr \ + --output HDMI-0 --mode 1920x1080 --rate 60 --pos 0x0 --rotate normal \ + --output DP-0 --off \ + --output DP-1 --off \ + --output DP-2 --mode 2560x1440 --rate 144 --pos 4480x0 --rotate normal \ + --output DP-3 --off \ + --output DP-4 --primary --mode 2560x1440 --rate 144 --pos 1920x0 --rotate normal \ + --output DP-5 --off + + +# feh --no-fehbg --image-bg '#1d2021' --no-xinerama --bg-fill "$HOME"/pics/wp.jpg +setwp "$HOME"/pics/platform.jpg |
