Files
hydro-os/files/system/usr/share/hyprland/hyprland.conf.d/keybinds.conf.d/media_binds.conf
Eriq Taing 4b29099855
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 26s
Added hyprland config and scripts
2025-05-14 12:21:35 -04:00

17 lines
547 B
Plaintext

# media_binds.conf
$mainMod = SUPER
# media play-pause toggle
bind = , XF86AudioPlay, exec, playerctl play-pause
# media volume up/down
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 1%+
# media volume up/down
bind = $mainMod, XF86AudioLowerVolume, exec, playerctl position 5-
bind = $mainMod, XF86AudioRaiseVolume, exec, playerctl position 5+
# media pause
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle