4 lines
271 B
Bash
Executable File
4 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP3 --off --output DP2 --off --output DP1 --off --output HDMI3 --off --output HDMI2 --off --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1920x312 --rotate normal --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal
|
|
changepaper.sh
|