From d72cfe026586a50c322b4178601c0d99be275de5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:26:31 +0400 Subject: [PATCH] fixed --- config/hyprland/hyprland.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index f1f7df72..f6fdbe05 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -180,3 +180,13 @@ bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow + +# audio +bind = , XF86AudioLowerVolume, pactl set-sink-volume 0 -5% +bind = , XF86AudioRaiseVolume, pactl set-sink-volume 0 +5% +bind = , XF86AudioMute, pactl set-sink-mute 0 toggle + +# brightness +bind = , XF86MonBrightnessUp, brightnessctl s +100 +bind = , XF86MonBrightnessDown, brightnessctl s 100- +