Привет, лор.
Есть такой скрипт, который висел на хоткее, и я им активно пользовался на иксах
pidfile="$XDG_RUNTIME_DIR/second-display"
if [[ -f $pidfile ]]; then
xrandr --output VGA1 --off
rm $pidfile
else
xrandr --output VGA1 --mode 1440x900 --right-of HDMI1
touch $pidfile
fi