diff --git a/home-manager/nathan/dotfiles/hypr/main.conf b/home-manager/nathan/dotfiles/hypr/main.conf index 5e429b2..6f1dff8 100644 --- a/home-manager/nathan/dotfiles/hypr/main.conf +++ b/home-manager/nathan/dotfiles/hypr/main.conf @@ -222,9 +222,9 @@ bind = , XF86MonBrightnessUp, exec, brightnessctl set +10% bind = , XF86MonBrightnessDown, exec, brightnessctl set 10%- #volume keys -binde = , XF86AudioRaiseVolume, exec, amixer -D default sset Master 10%+ -binde = , XF86AudioLowerVolume, exec, amixer -D default sset Master 10%- -bind = , XF86AudioMute, exec, amixer -D default sset Master toggle +binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ 10%+ +binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ 10%- +bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle #screen lock key