From 204505661032bc49dec3a95db5dea8c7832ac9e5 Mon Sep 17 00:00:00 2001 From: Thiago <43919529+ThiaudioTT@users.noreply.github.com> Date: Sun, 6 Jul 2025 00:34:11 -0300 Subject: [PATCH] feat(bindings): Add keybindings for dismissing notifications in bindings.conf for mako --- default/hypr/bindings.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index bd96759..70cc473 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -16,6 +16,10 @@ bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next bind = SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-show-keybindings +# Notifications +bind = SUPER, comma, exec, makoctl dismiss +bind = SUPER SHIFT, comma, exec, makoctl dismiss --all + bind = SUPER, W, killactive, # End active session