From fc7e858681fa8aec3e439ee155639847269b52a9 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:29:27 +0400 Subject: [PATCH] wrong way --- config/hyprland/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index f6fdbe05..8966c944 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -187,6 +187,6 @@ 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- +bind = , XF86MonBrightnessUp, "brightnessctl s +100" +bind = , XF86MonBrightnessDown, "brightnessctl s 100-"