From 8ab0b763aaa5dd67a09c629b126d012b416a6d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 5 May 2024 13:39:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20add=20a=20new=20keybi?= =?UTF-8?q?nd=20for=20the=20toggling=20the=20notifications=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 1b3f66fa..e23dfe11 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -51,6 +51,9 @@ bind = SUPERSHIFT, INSERT, exec, $hyprshot -m window bind = CTRL, INSERT, exec, $hyprshot -m region bind = ALT, INSERT, exec, ~/.config/hypr/scripts/rofi/screenshots_selection +# Notifications menu +bind = SUPER, N, exec, swaync-client -t + # Logout menu bind = SUPER, ESCAPE, exec, wleave