feat: change the keybinding for ncmpc

now use a generic $VAR in sxhkd
        -> set MUSIC_PLAYER in .zprofile
This commit is contained in:
David JULIEN 2021-09-20 15:12:11 +02:00
parent 4861f3409d
commit 3cbb3fde33
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ super + shift + {h,j,k,l}
player {prev,stop,toggle,next}
super + shift + m
$TERMINAL -g 128x32 -c "floating" -e ncmpc
$TERMINAL -g 128x32 -c "floating" -e $MUSIC_PLAYER
super + shift + n
$TERMINAL -g 128x32 -c "floating" -e neomutt

View File

@ -28,3 +28,4 @@ export EDITOR="nvim"
export TERMINAL="st"
export READER="zathura"
export BROWSER="firefox"
export MUSIC_PLAYER="ncmpcpp"