mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 22:19:52 -07:00
feat: add media controls
This commit is contained in:
parent
1177c7b268
commit
a59f117dff
2 changed files with 6 additions and 1 deletions
|
@ -113,8 +113,11 @@
|
|||
|
||||
"$mod, I, exec, hyprlock"
|
||||
|
||||
# System control
|
||||
# Media controls
|
||||
",XF86AudioMute, exec, pamixer -t"
|
||||
",XF86AudioPlay, exec, playerctl play-pause"
|
||||
",XF86AudioNext, exec, playerctl next"
|
||||
",XF86AudioRewind, exec, playerctl previous"
|
||||
]
|
||||
++ (
|
||||
if pkgs.system != "aarch64-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue