From a2a50dae756f17473f7bd8c508c7ae5a0e8d5e3c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 10 Sep 2022 17:39:42 -0500 Subject: Update musikcube hotkey and store git creds --- .config/git/config | 2 ++ .config/musikcube/hotkeys.json | 1 + 2 files changed, 3 insertions(+) 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", -- cgit v1.2.3