#!/bin/sh at_home=$(swaymsg -t get_outputs | grep 'TH7AA0012451') if [ -n "$at_home" ]; then swaymsg output VGA-1 enable scale 1.5 swaymsg output LVDS-1 disable swaymsg workspace number 1 fi;