Last active
June 22, 2024 10:01
-
-
Save alexng353/4015f5667b2c79ebc4362292b6251bd9 to your computer and use it in GitHub Desktop.
Hyprland media binds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -S xbindkeys playerctl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment