Skip to content

Commit

Permalink
Enable desktop icons by default (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Aug 18, 2020
1 parent 888a481 commit 7d99cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const defaultConfiguration = {
style: 'cover'
},
iconview: {
enabled: false,
enabled: true,
path: 'home:/.desktop',
fontColorStyle: 'system',
fontColor: '#ffffff'
Expand Down

0 comments on commit 7d99cba

Please sign in to comment.