feat: change the keybinding for ncmpc
now use a generic $VAR in sxhkd -> set MUSIC_PLAYER in .zprofile
This commit is contained in:
parent
4861f3409d
commit
3cbb3fde33
@ -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
|
||||
|
@ -28,3 +28,4 @@ export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export READER="zathura"
|
||||
export BROWSER="firefox"
|
||||
export MUSIC_PLAYER="ncmpcpp"
|
||||
|
Reference in New Issue
Block a user