diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 22:55:48 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 22:55:48 -0600 |
| commit | 965a695aa31cf791ea275ea37d35bb4356844be8 (patch) | |
| tree | 0001389700d758f2f803361df030dd5b56e49ee6 /dotfiles/common/.config/ncmpcpp/bindings | |
| parent | be8dfe753187226847eafcf90628f0081e4890a9 (diff) | |
feat(ncmpcpp): bind x to toggle_consume, update calibre state
Replaced default crossfade binding with consume toggle. Calibre usage
stats updated from normal use.
Diffstat (limited to 'dotfiles/common/.config/ncmpcpp/bindings')
| -rw-r--r-- | dotfiles/common/.config/ncmpcpp/bindings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/common/.config/ncmpcpp/bindings b/dotfiles/common/.config/ncmpcpp/bindings index 25021f1..d9369fd 100644 --- a/dotfiles/common/.config/ncmpcpp/bindings +++ b/dotfiles/common/.config/ncmpcpp/bindings @@ -363,8 +363,8 @@ def_key "p" def_key "t" toggle_single # -#def_key "R" -# toggle_consume +def_key "x" + toggle_consume # #def_key "Y" # toggle_replay_gain_mode |
