xinitrc/.config/srandrd.d/thurstyserv.conf

9 lines
130 B
Plaintext
Raw Normal View History

#!/bin/bash
mainoutput=""
case "$SRANDRD_ACTION" in
"$mainoutput connected")
xrandr --output $mainoutput --auto
;;
esac