mirror of
https://github.com/vale981/dotfiles
synced 2025-03-06 01:51:40 -05:00
2 lines
250 B
Bash
Executable file
2 lines
250 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-3 --mode 1920x1080 --pos 3840x0 --rotate normal --output DP-2 --off --output DP-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-D-1 --off
|