Skip to content

Instantly share code, notes, and snippets.

@TheRedstoneRadiant
Created November 20, 2022 04:24
Show Gist options
  • Save TheRedstoneRadiant/eb04bebf0625da98ff5b6226e2b8261d to your computer and use it in GitHub Desktop.
Save TheRedstoneRadiant/eb04bebf0625da98ff5b6226e2b8261d to your computer and use it in GitHub Desktop.
bind=,XF86AudioPlay,exec,${playerctl} play-pause
bind=,XF86AudioPrev,exec,${playerctl} previous
bind=,XF86AudioNext,exec,${playerctl} next
bind=,XF86AudioRaiseVolume,exec,${pulsemixer} --change-volume +6
bind=,XF86AudioLowerVolume,exec,${pulsemixer} --change-volume -6
bind=,XF86AudioMute,exec,${pulsemixer} --toggle-mute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment