mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 03:49:02 +00:00
2 lines
156 B
Text
2 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"
|