xinitrc/.config/srandrd.conf

9 lines
166 B
Plaintext
Raw Normal View History

2016-03-23 23:24:32 +00:00
#!/bin/bash
case "$SRANDRD_ACTION" in
"HDMI1 connected") xrandr --output HDMI1 --auto --right-of eDP1;;
"HDMI1 disconnected") xrandr --output HDMI1 --off;;
esac