move sddm

This commit is contained in:
groni
2016-10-25 10:16:05 +02:00
parent 6732f8dcb7
commit 5f7a208f08
21 changed files with 108 additions and 108 deletions
@@ -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;
}
});