Initial commit for public dots
This commit is contained in:
22
.config/ncmpcpp/bindings
Normal file
22
.config/ncmpcpp/bindings
Normal file
@ -0,0 +1,22 @@
|
||||
def_key "k"
|
||||
scroll_up
|
||||
|
||||
def_key "shift-k"
|
||||
select_item
|
||||
scroll_up
|
||||
|
||||
def_key "j"
|
||||
scroll_down
|
||||
|
||||
def_key "shift-j"
|
||||
select_item
|
||||
scroll_down
|
||||
|
||||
def_key "="
|
||||
volume_up
|
||||
|
||||
def_key "+"
|
||||
show_clock
|
||||
|
||||
def_key "space"
|
||||
pause
|
||||
Reference in New Issue
Block a user