From 24cc34d9ff29a2b5a07cc2cbfedb14a550dbd320 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 16 Jan 2025 13:52:56 -0600 Subject: [PATCH] replace volume keybinds --- home-manager/nathan/dotfiles/hypr/main.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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