readme: update example config (#693)
* Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid
This commit is contained in:
parent
883ff630d9
commit
9cc751df32
1 changed files with 3 additions and 1 deletions
|
|
@ -251,7 +251,9 @@ default, you must create it manually.
|
||||||
"general": {
|
"general": {
|
||||||
"apps": {
|
"apps": {
|
||||||
"terminal": ["foot"],
|
"terminal": ["foot"],
|
||||||
"audio": ["pavucontrol"]
|
"audio": ["pavucontrol"],
|
||||||
|
"playback": ["mpv"],
|
||||||
|
"explorer": ["thunar"]
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"warnLevels": [
|
"warnLevels": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue