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 | |
| 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')
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.json | 2 | ||||
| -rw-r--r-- | dotfiles/common/.config/ncmpcpp/bindings | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index 17fbc60..ae837b5 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -1173,7 +1173,7 @@ }, "library_usage_stats": { "/home/cjennings/archive/books": 10, - "/home/cjennings/sync/books": 32 + "/home/cjennings/sync/books": 34 }, "light_palette_name": "", "light_palettes": { 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 |
