From f45d9b9fe571eef151c20a7d1165cdbb086e4fd5 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 14 Feb 2024 19:33:15 +0330 Subject: [PATCH] feat: volume control by holding keys --- hyprland/.config/hypr/conf/keybindings/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/conf/keybindings/default.conf b/hyprland/.config/hypr/conf/keybindings/default.conf index 87c1d33..5e650f0 100644 --- a/hyprland/.config/hypr/conf/keybindings/default.conf +++ b/hyprland/.config/hypr/conf/keybindings/default.conf @@ -26,8 +26,8 @@ bind = $mainMod, PRINT, exec, $screenshot -m window bind = , PRINT, exec, $screenshot -m output # Audio control -bind=,XF86AudioRaiseVolume,exec, $volume_control u -bind=,XF86AudioLowerVolume,exec, $volume_control d +binde=,XF86AudioRaiseVolume,exec, $volume_control u +binde=,XF86AudioLowerVolume,exec, $volume_control d bind=,XF86AudioMute,exec, $volume_control m # Move focus with mainMod + arrow keys