Skip to content

Instantly share code, notes, and snippets.

@alexng353
Last active June 22, 2024 10:01
Show Gist options
  • Save alexng353/4015f5667b2c79ebc4362292b6251bd9 to your computer and use it in GitHub Desktop.
Save alexng353/4015f5667b2c79ebc4362292b6251bd9 to your computer and use it in GitHub Desktop.
Hyprland media binds
# https://wiki.archlinux.org/title/Xbindkeys
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind=, XF86AudioNext, exec, playerctl next
bind=, XF86AudioPrev, exec, playerctl previous
bind=, XF86AudioPlay, exec, playerctl play-pause
pacman -S xbindkeys playerctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment