Add polkit agent
This commit is contained in:
parent
c1fa32bc9f
commit
8202bdab26
2 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,7 @@ node default {
|
||||||
'kodi',
|
'kodi',
|
||||||
'libinput',
|
'libinput',
|
||||||
'libinput-gestures',
|
'libinput-gestures',
|
||||||
|
'lxpolkit-git',
|
||||||
'lxrandr',
|
'lxrandr',
|
||||||
'minecraft',
|
'minecraft',
|
||||||
'nextcloud-client',
|
'nextcloud-client',
|
||||||
|
|
|
@ -13,7 +13,8 @@ class i3::autostart {
|
||||||
'tracker-miner-fs',
|
'tracker-miner-fs',
|
||||||
'tracker-miner-rss',
|
'tracker-miner-rss',
|
||||||
'tracker-store',
|
'tracker-store',
|
||||||
'nm-applet'
|
'nm-applet',
|
||||||
|
'lxpolkit'
|
||||||
];
|
];
|
||||||
|
|
||||||
$programs.each |String $program| {
|
$programs.each |String $program| {
|
||||||
|
|
Loading…
Reference in a new issue