diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 5276ce3..0d3220d 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -47,15 +47,15 @@ bindel = $mainMod, L, exec, brightnessctl -e4 -n2 set 5%+ bindel = $mainMod, K, exec, brightnessctl -e4 -n2 set 5%- # Volume -bindl = , F4, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -bindl = , F5, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ -bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle +bindl = , F6, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bindl = , F7, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ +bindl = , F8, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindl = , F9, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Playback (requires playerctl) -bindl = , F2, exec, playerctl previous -bindl = , F1, exec, playerctl play-pause -bindl = , F3, exec, playerctl next +bindl = , F3, exec, playerctl previous +bindl = , F4, exec, playerctl play-pause +bindl = , F5, exec, playerctl next bindl = , switch:on:Lid Switch, exec, hyprctl dispatch dpms off bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on