Merge pull request #786 from kiikii-dev/main
Some checks failed
Sync website / sync-website (push) Has been cancelled
Sync wiki / sync-wiki (push) Has been cancelled

Add playback section to keys.md
This commit is contained in:
DreamMaoMao 2026-03-22 11:37:22 +08:00 committed by GitHub
commit 225fbda574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,6 +195,16 @@ bind=NONE,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SINK@ toggle
bind=SHIFT,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SOURCE@ toggle bind=SHIFT,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SOURCE@ toggle
``` ```
#### Playback
Requires: `playerctl`
```ini
bind=NONE,XF86AudioNext,spawn,playerctl next
bind=NONE,XF86AudioPrev,spawn,playerctl previous
bind=NONE,XF86AudioPlay,spawn,playerctl play-pause
```
### Floating Window Movement ### Floating Window Movement
| Command | Param | Description | | Command | Param | Description |