diff options
author | FivePixels <o5pxels@gmail.com> | 2022-09-10 17:39:42 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-09-10 17:39:42 -0500 |
commit | a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c (patch) | |
tree | 3e6b1e76f6f9972eaa42c0df144d270269cc608d | |
parent | 600a231c695d9ba1ffc701c0ca81494f0c557d08 (diff) | |
download | dots-a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c.tar.xz dots-a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c.zip |
Update musikcube hotkey and store git creds
-rw-r--r-- | .config/git/config | 2 | ||||
-rw-r--r-- | .config/musikcube/hotkeys.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 87a2630..dd1d5ca 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,3 +1,5 @@ [user] name = FivePixels email = o5pxels@gmail.com +[credential] + helper = store diff --git a/.config/musikcube/hotkeys.json b/.config/musikcube/hotkeys.json index 27ea768..bc8eb9e 100644 --- a/.config/musikcube/hotkeys.json +++ b/.config/musikcube/hotkeys.json @@ -1,4 +1,5 @@ { + "browse_category_filter": "^F", "browse_playlists_delete": "KEY_BACKSPACE", "browse_playlists_new": "M-n", "browse_playlists_rename": "M-r", |