summaryrefslogtreecommitdiff
path: root/dotfiles/common/.config/ncmpcpp
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-09 09:34:53 -0600
committerCraig Jennings <c@cjennings.net>2026-02-09 09:34:53 -0600
commit8c04dc2f5fee2c19489887433632347d3be74582 (patch)
treeed10b99b75490249b8329cd29e6a608b1b49785e /dotfiles/common/.config/ncmpcpp
parentc87938e6e5467bec122190e640712c48b3d41af4 (diff)
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.
Diffstat (limited to 'dotfiles/common/.config/ncmpcpp')
-rw-r--r--dotfiles/common/.config/ncmpcpp/bindings15
1 files changed, 15 insertions, 0 deletions
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
#