From 97110b108e807d46367244aec89a0545ba67c46f Mon Sep 17 00:00:00 2001 From: Vyle <121424993+IvyProtocol@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:11:21 +0600 Subject: Adding SinkIntToggle for Mute/Unmute Active-Window (#10) * Adding SinkIntToggle for Mute/Unmute Active-Window * Refactoring and robust usage of SinkIntToggle.sh * Update SinkIntToggle.sh thank you for doing this --- config/hypr/configs/Keybinds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr/configs/Keybinds.conf') diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index ad7d31d9..84a744bd 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -37,6 +37,7 @@ bindd = $mainMod CTRL, R, rofi theme selector, exec, $scriptsDir/RofiThemeSelect bindd = $mainMod CTRL SHIFT, R, rofi theme selector (modified), exec, pkill rofi || true && $scriptsDir/RofiThemeSelector-modified.sh bindd = $mainMod CTRL, K, Kitty theme selector, exec, $scriptsDir/Kitty_themes.sh bindd = $mainMod SHIFT, B, Set static Rainbow Border, exec, $UserScripts/RainbowBorders-low-cpu.sh --run-once +bindd = $mainMod SHIFT, H, Toggle Mute/Unmute for Active-Window, exec, $scriptsDir/SinkIntToggle.sh bindd = ALT SHIFT, S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o %HOME/Pictures/Screenshots bindd = $mainMod SHIFT, F, fullscreen, fullscreen -- cgit v1.2.3