#!/bin/bash # omarchy:summary=Clear the internal-monitor-disable toggle if no external display is connected. TOGGLE="$HOME/.local/state/omarchy/toggles/hypr/internal-monitor-disable.conf" if [[ -f $TOGGLE ]] && ! omarchy-hw-external-monitors; then rm -f "$TOGGLE" fi