From 31dac15cab67530c1230c275019fef2a4d9cac7b Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 17 Apr 2023 12:14:38 +0300 Subject: [PATCH] i3: add dunst keybindings --- i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/config b/i3/config index a0e83cd..ef249a6 100644 --- a/i3/config +++ b/i3/config @@ -61,6 +61,11 @@ bindsym XF86Tools exec xfce4-screenshooter --region --delay 0 bindsym $mod+d exec rofi -show run bindsym $mod+Tab exec rofi -show window +# notifications + +bindsym $mod+grave exec --no-startup-id dunstctl history-pop +bindsym $mod+BackSpace exec --no-startup-id dunstctl close-all + # volume controls bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume