Changed source to be globbed instead to allow users to add their own files without needing to worry about conflicts with config updates

This commit is contained in:
2025-06-07 15:48:27 -04:00
parent a8e4a01ee4
commit 5041e3a218
3 changed files with 4 additions and 26 deletions

View File

@@ -33,12 +33,5 @@ bind = $mainMod, down, movefocus, d
bindm = $mainMod SHIFT, mouse:272, movewindow
bindm = $mainMod SHIFT, mouse:273, resizewindow
# global hotkeys
# discord mute
#bind = CTRL SHIFT, M, pass, initialclass:^(discord)$
#bind = $mainMod SHIFT ALT, M, sendshortcut, CTRL SHIFT, M, class:discord
bind = $mainMod ALT SHIFT, M, exec, $HOME/bin/toggle_q1u_mic_mute.sh
# toggle other monitor
bind = $mainMod SHIFT, P, exec, hyprctl keyword monitor "DP-2, disable"
bind = $mainMod SHIFT CTRL, P, exec, hyprctl keyword monitor "DP-2, 2560x1440@60, 2560x0, 1, transform, 0"
# finally, source the ones inside keybinds.conf.d, allowing overrides
source = ~/.config/hypr/hyprland.conf.d/keybinds.conf.d/*.conf