Install and autostart solaar

This commit is contained in:
Jake Howard 2018-05-05 20:47:22 +01:00
parent 35aac98673
commit f95853736b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 3 additions and 1 deletions

View File

@ -112,6 +112,7 @@ node default {
'sl', 'sl',
'slack-desktop', 'slack-desktop',
'slack-term', 'slack-term',
'solaar',
'spotify', 'spotify',
'steam', 'steam',
'sublime-text', 'sublime-text',

View File

@ -14,7 +14,8 @@ class i3::autostart {
'tracker-miner-rss', 'tracker-miner-rss',
'tracker-store', 'tracker-store',
'nm-applet', 'nm-applet',
'lxpolkit' 'lxpolkit',
'solaar'
]; ];
$programs.each |String $program| { $programs.each |String $program| {