diff --git a/.config/sway/config.d/dunst b/.config/sway/config.d/dunst index 2803d49..f95ae4d 100644 --- a/.config/sway/config.d/dunst +++ b/.config/sway/config.d/dunst @@ -1,4 +1,4 @@ # dunst control -bindsym $mod+period exec dunstctl close -bindsym $mod+Shift+period exec dunstctl close-all -bindsym $mod+comma exec dunstctl history-pop +bindsym $mod+comma exec dunstctl close +bindsym $mod+Shift+comma exec dunstctl close-all +bindsym $mod+period exec dunstctl history-pop