system76-power-GUI-x11/90-system76-power-gui-x11.r...

9 lines
264 B
Plaintext

polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.policykit.exec" &&
action.lookup("program") == "/usr/bin/system76-power" &&
subject.local &&
subject.active) {
return polkit.Result.YES;
}
});