playing with filesystems for remote mounts

This commit is contained in:
Matt Nish-Lapidus 2025-02-11 21:33:46 -05:00
parent b6c81fd346
commit 7685f865f8
4 changed files with 50 additions and 8 deletions

View file

@ -13,7 +13,7 @@
listener = [
{
timeout = "30";
on-timeout = "systemd-ac-power || light -S 0 && light -s razer/0003:1532:02B6.0003/backlight -S 0";
on-timeout = "systemd-ac-power || light -O && light -S 0 && light -s razer/0003:1532:02B6.0003/backlight -S 0";
on-resume = "systemd-ac-power || light -I && light -s razer/0003:1532:02B6.0003/backlight -S 40";
}
@ -30,7 +30,7 @@
# ac power timers
{
timeout = "60";
on-timeout = "systemd-ac-power && light -S 0 && light -s razer/0003:1532:02B6.0003/backlight -S 0";
on-timeout = "systemd-ac-power && light -O && light -S 0 && light -s razer/0003:1532:02B6.0003/backlight -S 0";
on-resume = "systemd-ac-power && light -I && light -s razer/0003:1532:02B6.0003/backlight -S 40";
}