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 | b94c72a9c2a3d3501ac6f5e9b9468ee21abd8a23 (patch) | |
| tree | 0001389700d758f2f803361df030dd5b56e49ee6 /dotfiles/common/.config/ncmpcpp | |
| parent | 25731a5739a05d7802bfef01be9ac0a85c9b08b8 (diff) | |
| download | archsetup-b94c72a9c2a3d3501ac6f5e9b9468ee21abd8a23.tar.gz archsetup-b94c72a9c2a3d3501ac6f5e9b9468ee21abd8a23.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')
| -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 |
