move sddm
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
polkit.addRule(function(action, subject) {
|
||||
|
||||
if (action.id.indexOf("org.kde.powerdevil.backlighthelper.") == 0 &&
|
||||
|
||||
subject.isInGroup("users")) {
|
||||
|
||||
return polkit.Result.YES;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user