perf: Improve hypridle configuration handling

- Use hyprctl dispatch for dpms actions
- Remove unnecessary bash scripts
- Update configuration consistency
This commit is contained in:
Hannes
2026-08-22 22:24:30 +02:00
parent 559d814b61
commit 382762c60e
3 changed files with 5 additions and 8 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/env bash
hyprctl dispatch "hl.dsp.dpms({action = 'off'})"
# alternative: wlopm --off '*'
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/env bash
hyprctl dispatch "hl.dsp.dpms({action = 'on'})"
# alternative: wlopm --on '*'