#!/bin/bash #LAPTOP="eDP-1" LAPTOP="LVDS-1" if grep -q open /proc/acpi/button/lid/LID*/state; then swaymsg "output $LAPTOP enable" else swaymsg "output $LAPTOP disable" fi