mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
udev
This commit is contained in:
@@ -26,4 +26,4 @@ misc {
|
||||
|
||||
source=./binds.conf
|
||||
source=./rules.conf
|
||||
source=./profiles/power.conf
|
||||
source=./profiles/battery.conf
|
||||
1
util/udev/60-onbattery.rules
Normal file
1
util/udev/60-onbattery.rules
Normal file
@@ -0,0 +1 @@
|
||||
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="0",RUN+="/usr/bin/profile-battery.sh"
|
||||
1
util/udev/61-onpower.rules
Normal file
1
util/udev/61-onpower.rules
Normal file
@@ -0,0 +1 @@
|
||||
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="1",RUN+="/usr/bin/profile-power.sh"
|
||||
Reference in New Issue
Block a user