mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 11:59:03 +00:00
3 lines
156 B
Text
3 lines
156 B
Text
|
# Suspend when battery is at or below 2%
|
||
|
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="[0-2]", RUN+="/usr/bin/systemctl suspend"
|