From 04cd8a38367f14f2b5d49f0af43cd4727439f489 Mon Sep 17 00:00:00 2001 From: carbxi <134433452+carbxi@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:35:29 -0400 Subject: [PATCH 1/2] hypr: fix cyclenext bind (#235) You can't comma separate dispatcher arguments "cyclenext prev, activewidnow" was reading "prev," as an argument and going forward instead also cyclenext does not take a window param so activewindow was doing nothing anyway (maybe you meant to use hist?) --- hypr/hyprland/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 8bc8be5..09dfe35 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -113,8 +113,8 @@ bind = Ctrl+Super+Shift, down, movetoworkspace, e+0 bind = Super+Alt, S, movetoworkspace, special:special # Window groups -binde = $kbWindowGroupCycleNext, cyclenext, activewindow -binde = $kbWindowGroupCyclePrev, cyclenext, prev, activewindow +binde = $kbWindowGroupCycleNext, cyclenext +binde = $kbWindowGroupCyclePrev, cyclenext, prev binde = Ctrl+Alt, Tab, changegroupactive, f binde = Ctrl+Shift+Alt, Tab, changegroupactive, b bind = $kbToggleGroup, togglegroup From ef888b72350531ce97a7e4cbbf69562d2c08c407 Mon Sep 17 00:00:00 2001 From: Rafael Date: Mon, 15 Dec 2025 06:42:03 +0700 Subject: [PATCH 2/2] hypr: add mute mic binds (#257) Added new Binding for Mic mute with AudioMicMute button on function keys Co-authored-by: RafaelC-67 --- hypr/hyprland/keybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 09dfe35..fef68a8 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -172,6 +172,7 @@ bind = Super+Shift+Alt, R, exec, caelestia record -r # Record region bind = Super+Shift, C, exec, hyprpicker -a # Colour picker # Volume +bindl = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl = Super+Shift, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindle = , XF86AudioRaiseVolume, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ 0; wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ $volumeStep%+