dotfiles/.local/bin/with-hdmi-port.sh

3 lines
167 B
Bash
Executable File

#!/bin/sh
xrandr --output eDP1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI1 --mode 1024x768 --pos 1366x0 --rotate normal --output VIRTUAL1 --off