5 lines
275 B
Bash
Executable File
5 lines
275 B
Bash
Executable File
#!/bin/sh
|
|
export DISPLAY=:0
|
|
xrandr --output VGA-1 --off --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off
|
|
~/.screenlayout/keyboard-and-bg.sh
|