first commit

This commit is contained in:
hdvt
2026-03-28 16:48:16 +00:00
commit 0c097ebf97
15478 changed files with 850272 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Check if HDMI-A-1 is present in hyprctl monitors output
if hyprctl monitors | grep -q "HDMI-A-1"; then
hyprctl keyword monitor eDP-1,disable
else
echo "HDMI-A-1 not detected. No action taken."
fi