dotfiles/ansible/files/udev/61-onbattery.rules

3 lines
143 B
Text
Raw Normal View History

2025-05-06 06:15:43 -05:00
# Rule for when switching to battery
2025-05-07 05:48:27 -05:00
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="0",RUN+="/home/user/.config/scripts/udev.sh battery"