Compare commits
No commits in common. "817a0ab4d3aa87bd812648277d977b8d76587028" and "e6a7ed884278bfb925f288139140bbe047b41a17" have entirely different histories.
817a0ab4d3
...
e6a7ed8842
3 changed files with 9 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
polkit.addRule(function(action, subject)
|
||||
{
|
||||
if (action.id.startsWith("org.freedesktop.udisks2.") && subject.isInGroup("wheel"))
|
||||
return polkit.Result.YES;
|
||||
});
|
|
@ -8,4 +8,10 @@ polkit.addRule(function(action, subject)
|
|||
{
|
||||
if (action.id == "org.freedesktop.policykit.exec" && action.lookup("program") == "/bin/zzz" && subject.isInGroup("wheel"))
|
||||
return polkit.Result.YES;
|
||||
});
|
||||
});
|
||||
|
||||
polkit.addRule(function(action, subject)
|
||||
{
|
||||
if (action.id.startsWith("org.freedesktop.udisks2.") && subject.isInGroup("wheel"))
|
||||
return polkit.Result.YES;
|
||||
});
|
|
@ -748,8 +748,8 @@ bash
|
|||
Additionally `kanshi` and `wlogout` may be added in the greeter session.
|
||||
|
||||
```
|
||||
# cp -r void-desktop/config-files/kanshi /etc/greetd/config
|
||||
# cp -r void-desktop/config-files/wlogout /etc/greetd/config
|
||||
# cp -r void-desktop/config-files/kanshi /etc/greetd/config/
|
||||
# cp -r void-desktop/config-files/wlogout /etc/greetd/config/
|
||||
```
|
||||
|
||||
### Window manager
|
||||
|
|
Loading…
Reference in a new issue