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 | 72ed381574621de2c042abe49d5ed7ce3ad055dd (patch) | |
| tree | 94b330c95ad8e567f8abe50704d53819a0a9433e /dotfiles/common/.config/ncmpcpp/bindings | |
| parent | 2b4346002ad80934f49848c52b321d0c8450a30f (diff) | |
| download | archsetup-72ed381574621de2c042abe49d5ed7ce3ad055dd.tar.gz archsetup-72ed381574621de2c042abe49d5ed7ce3ad055dd.zip | |
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 |
