refactor(hypr): remove unused script

This commit is contained in:
Price Hiller 2024-09-01 21:06:24 -05:00
parent 435937ddb8
commit 20a016e90a
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,11 +0,0 @@
#!/usr/bin/env bash
main() {
local mon_count
mon_count="$(hyprctl monitors -j | jq length)"
if ((mon_count > 1)); then
hyprctl dpms off eDP-1
fi
}
main