fixing hypridle and monitor power
This commit is contained in:
parent
6d9644501b
commit
61ef5654ee
5 changed files with 13 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue