summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-07-17 15:48:17 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2021-07-17 15:48:17 +0200
commit4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6 (patch)
tree6231250d57fb8ada64a3e84eda2bd7fc4ac76e13 /.config
parentbug fixes, new quality selection menu (diff)
downloaddotfiles-bsd-4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6.tar.gz
dotfiles-bsd-4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6.tar.bz2
dotfiles-bsd-4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6.tar.xz
dotfiles-bsd-4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6.tar.zst
dotfiles-bsd-4fdcf1a0324a5b5d79ef499a5f64b0c12141aed6.zip
added ncmpc config
Diffstat (limited to '')
-rw-r--r--.config/ncmpc/config14
-rw-r--r--.config/ncmpc/keys11
2 files changed, 25 insertions, 0 deletions
diff --git a/.config/ncmpc/config b/.config/ncmpc/config
new file mode 100644
index 0000000..132571a
--- /dev/null
+++ b/.config/ncmpc/config
@@ -0,0 +1,14 @@
+auto-center = yes
+visible-bitrate = yes
+library-page-tags = genre artist album
+enable-colors = yes
+color title = yellow/black
+color background = black
+color line = /black
+color list = /none
+color list-bold = red
+color browser-playlist = red/none
+color progressbar = red/black
+color status-state = yellow/black
+color status-song = yellow/black
+color status-time = yellow/black
diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys
new file mode 100644
index 0000000..8ceea9c
--- /dev/null
+++ b/.config/ncmpc/keys
@@ -0,0 +1,11 @@
+## Key bindings for ncmpc (generated by ncmpc)
+
+## Pause
+key pause = 'P', 32
+
+## Select/deselect song in queue
+key select = 'a'
+
+## Append song to queue
+key add = 0
+