From 43533beb591da3922744a968de8007e9d6e55431 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sun, 24 Sep 2023 02:36:24 -0600 Subject: [PATCH] Added notification binds to Hyprland --- .config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5a9823d..a4467dc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -122,6 +122,12 @@ bindle=,XF86AudioPlay, exec, ~/.config/i3/toggleplay.sh bindle=,XF86AudioNext, exec, playerctl next bindle=,XF86AudioPrev, exec, playerctl previous +# Notification controls +bind=SUPERALT,Space,exec,makoctl dismiss +bind=SUPERALT,Shift,exec,makoctl dismiss -a +bind=SUPERALT,Tab,exec,makoctl restore +bind=SUPERALT,Period,exec,makoctl menu wofi -dmenu + # Focus bind=SUPER,left,movefocus,l bind=SUPER,right,movefocus,r