fixing hypridle and monitor power

This commit is contained in:
Matt Nish-Lapidus 2025-02-17 22:57:27 -05:00
parent 6d9644501b
commit 61ef5654ee
5 changed files with 13 additions and 14 deletions

View file

@ -5,8 +5,8 @@
package = inputs.hypridle.packages.x86_64-linux.default;
settings = {
general = {
lock_cmd = "pidof hyprlock || hyprlock";
before_sleep_cmd = "loginctl lock-session && brillo -e -O";
lock_cmd = "brillo -e -O && pidof hyprlock || hyprlock";
before_sleep_cmd = "brillo -e -O && loginctl lock-session";
after_sleep_cmd = "/home/emenel/.local/bin/on-unlock";
ignore_dbus_inhibit = false;
ignore_systemd_inhibit = false;