working on screens and power stuff
This commit is contained in:
parent
2002da4dcf
commit
1975a1c6c7
3 changed files with 93 additions and 90 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue