diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
| commit | 4825f8467feb7375ccff0336479eba255f074919 (patch) | |
| tree | e397fe0f402a2269d78e160cca4f30da009f7df3 /dotfiles/common/.config/ncmpcpp/bindings | |
| parent | d25202a99416d22534385ac11553d95956e83da3 (diff) | |
| download | archsetup-4825f8467feb7375ccff0336479eba255f074919.tar.gz archsetup-4825f8467feb7375ccff0336479eba255f074919.zip | |
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/bindings')
| -rw-r--r-- | dotfiles/common/.config/ncmpcpp/bindings | 15 |
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 # |
