Files
hydro-os/files/system/usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf.d/media_binds.conf
Eriq Taing 2a268978a7
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 23s
Moved hyprland config to its own folder and created a session file specifically for hydro-os config hyprland.
2025-05-14 15:39:28 -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