From 8c04dc2f5fee2c19489887433632347d3be74582 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Feb 2026 09:34:53 -0600 Subject: feat(dotfiles): manage calibre via directory symlink, add ncmpcpp bindings Calibre does atomic writes that break individual stow symlinks. Exclude calibre from stow and use a directory symlink instead. Add ncmpcpp keybindings for space/pause, arrow seek, playlist add, visualization. --- dotfiles/common/.config/ncmpcpp/bindings | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dotfiles/common/.config/ncmpcpp/bindings') diff --git a/dotfiles/common/.config/ncmpcpp/bindings b/dotfiles/common/.config/ncmpcpp/bindings index a7ca6c0..25021f1 100644 --- a/dotfiles/common/.config/ncmpcpp/bindings +++ b/dotfiles/common/.config/ncmpcpp/bindings @@ -219,6 +219,9 @@ #def_key "space" # toggle_visualization_type # +def_key "space" + pause + #def_key "delete" # delete_playlist_items # @@ -237,6 +240,9 @@ #def_key "right" # volume_up # +def_key "right" + seek_forward +# #def_key "+" # volume_up # @@ -249,6 +255,9 @@ #def_key "left" # volume_down # +def_key "left" + seek_backward +# #def_key "-" # volume_down # @@ -309,6 +318,9 @@ def_key "=" #def_key "p" # pause # +def_key "p" + add_item_to_playlist + #def_key ">" # next # @@ -453,6 +465,9 @@ def_key "l" #def_key "v" # reverse_selection # +def_key "v" + toggle_visualization_type + #def_key "V" # remove_selection # -- cgit v1.2.3