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',
'slack-desktop',
'slack-term',
'solaar',
'spotify',
'steam',
'sublime-text',

View File

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