From 8202bdab260a6480e9517009d85229d4be77f6cb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 22 Oct 2017 15:16:33 +0100 Subject: [PATCH] Add polkit agent --- manifests/packages.pp | 1 + modules/i3/manifests/autostart.pp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/packages.pp b/manifests/packages.pp index 5ff5e34..f681653 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -47,6 +47,7 @@ node default { 'kodi', 'libinput', 'libinput-gestures', + 'lxpolkit-git', 'lxrandr', 'minecraft', 'nextcloud-client', diff --git a/modules/i3/manifests/autostart.pp b/modules/i3/manifests/autostart.pp index ee0be45..e4a3bd2 100644 --- a/modules/i3/manifests/autostart.pp +++ b/modules/i3/manifests/autostart.pp @@ -13,7 +13,8 @@ class i3::autostart { 'tracker-miner-fs', 'tracker-miner-rss', 'tracker-store', - 'nm-applet' + 'nm-applet', + 'lxpolkit' ]; $programs.each |String $program| {