Skip to content

Commit 0c61664

Browse files
committed
docs: change remote-pp to remote-play-pause
1 parent 829c676 commit 0c61664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CONFIG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ The default keybinds are:
558558
To change the keybinds:
559559

560560
```bash
561-
set -g @dracula-mac-player-remote-pp "P"
561+
set -g @dracula-mac-player-remote-play-pause "P"
562562
set -g @dracula-mac-player-remote-back "R"
563563
set -g @dracula-mac-player-remote-next "N"
564564
```

scripts/mac-player.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ main() {
202202
REMOTE_APP=$(get_tmux_option "@dracula-mac-player-app" "Spotify")
203203

204204
# Remote Control Buttons Customizations
205-
PLAY_PAUSE_BUTTON=$(get_tmux_option "@dracula-mac-player-remote-pp" "P")
205+
PLAY_PAUSE_BUTTON=$(get_tmux_option "@dracula-mac-player-remote-play-pause" "P")
206206
BACK_BUTTON=$(get_tmux_option "@dracula-mac-player-remote-back" "R")
207207
NEXT_BUTTON=$(get_tmux_option "@dracula-mac-player-remote-next" "N")
208208

0 commit comments

Comments
 (0)