mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-02-03 19:48:06 +08:00
media: Optionally use rofi to save the current song in the chosen playlist
This commit is contained in:
parent
3934007c53
commit
fc678f1766
4 changed files with 19 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ case "$eww_sidebar_page" in
|
|||
declare -A keybinds=(
|
||||
["q"]="$eww/playerctl-current stop"
|
||||
["f"]="$eww/media-add-to-favorites.sh"
|
||||
["F"]="$eww/media-add-to-favorites.sh select-playlist"
|
||||
["space"]="$eww/playerctl-current play-pause"
|
||||
["p"]="playerctl -a pause"
|
||||
["slash"]="$eww/rofi-playerctl-switch.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue