diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index 10f9df4..467d303 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1476,7 +1476,8 @@ def pm_service(argv): if not cmd is None and ( 'TurnedOn' in cmd or - 'PrevIdle' in cmd + 'PrevIdle' in cmd or + 'PMRD: kIOMessageSystemWillPowerOn' in cmd ): if ( ('AppleMultitouchDevice' in cmd and 'tp' in options.events) or