refactor(hypr): remove unused script
This commit is contained in:
parent
435937ddb8
commit
20a016e90a
@ -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
|
Loading…
Reference in New Issue
Block a user