diff options
| author | Vyle <121424993+IvyProtocol@users.noreply.github.com> | 2026-02-21 11:11:21 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-21 00:11:21 -0500 |
| commit | 97110b108e807d46367244aec89a0545ba67c46f (patch) | |
| tree | 57a8eb5e9b3e2b9bd00b8a58488412db41005b07 /config/hypr/configs/Keybinds.conf | |
| parent | ce857ab4f3f37943528cf30f41b33a65906fad6c (diff) | |
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
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
