working on screens and power stuff

This commit is contained in:
Matt Nish-Lapidus 2025-02-16 16:39:10 -05:00
parent 2002da4dcf
commit 1975a1c6c7
3 changed files with 93 additions and 90 deletions

View file

@ -7,6 +7,7 @@
general = {
lock_cmd = "pidof hyprlock || hyprlock";
before_sleep_cmd = "loginctl lock-session";
after_sleep_cmd = "shikanectl reload && brillo -e -u 150000 -I";
ignore_dbus_inhibit = false;
ignore_systemd_inhibit = false;
};
@ -18,7 +19,6 @@
{
timeout = "60";
on-timeout = "systemd-ac-power || dim-all-monitors";
on-resume = "brillo -e -u 150000 -I";
}
{
timeout = "120";
@ -33,7 +33,6 @@
{
timeout = "90";
on-timeout = "systemd-ac-power && dim-all-monitors";
on-resume = "brillo -e -u 150000 -I";
}
{