1
0
Fork 0
dotfiles/.local/share/dwm/host.sh
2024-01-31 01:03:09 +01:00

10 lines
309 B
Bash
Executable file

#!/bin/sh
xrandr \
--output HDMI-0 --mode 1920x1080 --pos 0x360 --rotate normal \
--output DP-0 --off \
--output DP-1 --off \
--output DP-2 --mode 2560x1440 --pos 1920x0 --rotate normal \
--output DP-3 --off \
--output DP-4 --off \
--output DP-5 --off \
--output USB-C-0 --off