Add ncmpcpp binding to detach from tmux session
This commit is contained in:
parent
9b2d82ebc6
commit
ec373cca58
@ -68,6 +68,10 @@ Notification of song change.
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
|
def_key "q"
|
||||||
|
run_external_command "if [ $TMUX ]; then tmux detach; fi"
|
||||||
|
def_key "Q"
|
||||||
|
quit
|
||||||
def_key "g"
|
def_key "g"
|
||||||
move_home
|
move_home
|
||||||
def_key "G"
|
def_key "G"
|
||||||
@ -131,7 +135,7 @@ http://beets.io/
|
|||||||
[spotify]
|
[spotify]
|
||||||
username = dehaeze.thomas@gmail.com
|
username = dehaeze.thomas@gmail.com
|
||||||
password = <<get-password(passname="spotify.com/dehaeze.thomas@gmail.com")>>
|
password = <<get-password(passname="spotify.com/dehaeze.thomas@gmail.com")>>
|
||||||
client_id = 3b740ab1-f26f-4c38-aee0-4dcb9e58b375
|
client_id = 9dd02534-f038-46d8-946e-bfe72498204e
|
||||||
client_secret = <<get-password(passname="spotify/client_secret")>>
|
client_secret = <<get-password(passname="spotify/client_secret")>>
|
||||||
bitrate = 320
|
bitrate = 320
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user