Better ncmpcpp interface
This commit is contained in:
parent
566fac75b0
commit
82cb303780
19
music.org
19
music.org
@ -61,6 +61,25 @@ Notification of song change.
|
|||||||
execute_on_song_change = dunstify --replace=19845 "Now Playing ♫" "$(mpc current)"
|
execute_on_song_change = dunstify --replace=19845 "Now Playing ♫" "$(mpc current)"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Better user interface
|
||||||
|
#+begin_src conf
|
||||||
|
user_interface = "alternative"
|
||||||
|
playlist_editor_display_mode = "columns"
|
||||||
|
search_engine_display_mode = "columns"
|
||||||
|
browser_display_mode = "columns"
|
||||||
|
playlist_display_mode = "columns"
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
Sorting by tracking number and then title
|
||||||
|
#+begin_src conf
|
||||||
|
browser_sort_mode = "format"
|
||||||
|
browser_sort_format = '{%n - %t}|{%t}'
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src conf
|
||||||
|
ask_before_clearing_playlists = "no"
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Bindings
|
** Bindings
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:conf: :tangle ~/.config/ncmpcpp/bindings
|
:header-args:conf: :tangle ~/.config/ncmpcpp/bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user