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',
|
||||
'libinput',
|
||||
'libinput-gestures',
|
||||
'lxpolkit-git',
|
||||
'lxrandr',
|
||||
'minecraft',
|
||||
'nextcloud-client',
|
||||
|
|
|
@ -13,7 +13,8 @@ class i3::autostart {
|
|||
'tracker-miner-fs',
|
||||
'tracker-miner-rss',
|
||||
'tracker-store',
|
||||
'nm-applet'
|
||||
'nm-applet',
|
||||
'lxpolkit'
|
||||
];
|
||||
|
||||
$programs.each |String $program| {
|
||||
|
|
Loading…
Reference in a new issue