Moved hyprland config to its own folder and created a session file specifically for hydro-os config hyprland.
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 23s

This commit is contained in:
2025-05-14 15:39:28 -04:00
parent c4fbd9fa75
commit 2a268978a7
26 changed files with 48 additions and 40 deletions

View File

@@ -0,0 +1,16 @@
# 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