From 965a695aa31cf791ea275ea37d35bb4356844be8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 22:55:48 -0600 Subject: feat(ncmpcpp): bind x to toggle_consume, update calibre state Replaced default crossfade binding with consume toggle. Calibre usage stats updated from normal use. --- dotfiles/common/.config/calibre/gui.json | 2 +- dotfiles/common/.config/ncmpcpp/bindings | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles') 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 -- cgit v1.2.3