From 49497cc98d070d524bfbb0360825170e92f70c1a Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Wed, 23 Oct 2024 15:20:04 +0200
Subject: i3: Dunst history clear

---
 i3/i3/config | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/i3/i3/config b/i3/i3/config
index 0d178a0..edabe63 100644
--- a/i3/i3/config
+++ b/i3/i3/config
@@ -212,10 +212,11 @@ bindsym $mod+p move workspace to output right
 
 # dunst
 # 47 is ;(en) ñ(en)
-bindcode $mod+47            exec dunstctl close
-bindcode $mod+Shift+47      exec dunstctl close-all
-bindsym  $mod+period       exec dunstctl history-pop
-bindsym  $mod+comma        exec dunstctl context
+bindcode $mod+47                exec dunstctl close
+bindcode $mod+Shift+47          exec dunstctl close-all
+bindsym  $mod+period            exec dunstctl history-pop
+bindsym  $mod+Shift+period      exec dunstctl history-clear
+bindsym  $mod+comma             exec dunstctl context
 
 
 # Start user-level service cotrol with shepherd
-- 
cgit v1.2.3