From 8b235d3a657e7e0a2c97f8a3140129f8413aa1dc Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Fri, 3 Nov 2023 17:13:33 +0200 Subject: [PATCH] Changes --- lib/KeyBindings.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/KeyBindings.hs b/lib/KeyBindings.hs index 729f530..6046d24 100644 --- a/lib/KeyBindings.hs +++ b/lib/KeyBindings.hs @@ -92,6 +92,7 @@ modify conf = conf -- dunstctl calls -- , ("C-", spawn "dunstctl close") , ("C-S-", spawn "dunstctl close-all") + , ("M-n p", spawn "dunstctl set-paused toggle") ]