mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
feat: media playback keybinds
This commit is contained in:
parent
2647202d96
commit
0f2c3e988c
2 changed files with 9 additions and 4 deletions
|
@ -52,16 +52,21 @@ binde =, XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
|||
binde =, XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
||||
binde =, XF86MonBrightnessUp, exec, swayosd-client --brightness raise
|
||||
binde =, XF86MonBrightnessDown, exec, swayosd-client --brightness lower
|
||||
bind =, XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||
|
||||
# binde =, XF86MonBrightnessUp, exec, brightnessctl set 10%+
|
||||
# binde =, XF86MonBrightnessDown, exec, brightnessctl set 10%-
|
||||
|
||||
bind =, XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||
bind =, XF86AudioPlay, exec, playerctl play-pause
|
||||
bind =, XF86AudioPrev, exec, playerctl previous
|
||||
bind =, XF86AudioNext, exec, playerctl next
|
||||
bindl =, XF86AudioMedia, exec, playerctl play-pause
|
||||
bindl =, XF86AudioStop, exec, playerctl stop
|
||||
bind =, XF86AudioMedia, exec, playerctl play-pause
|
||||
bind =, XF86AudioStop, exec, playerctl stop
|
||||
|
||||
bind = $main_mod CTRL, page_up, exec, playerctl next
|
||||
bind = $main_mod CTRL, page_down, exec, playerctl previous
|
||||
bind = $main_mod CTRL, home, exec, playerctl play-pause
|
||||
bind = $main_mod CTRL, end, exec, playerctl stop
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $main_mod, left, movefocus, l
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c3b64a7a6cd91602520ad551f6bfc5c0dd259e76
|
||||
Subproject commit ec7fe7bed2faf438ee4d4547ca086ec664fe71df
|
Loading…
Add table
Reference in a new issue