From a3402e505b26b0c652c20a14075657d8bd42e568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Dec 2021 16:33:54 +0100 Subject: i3: update dunst support The built in keybindings are no longer valid and so we have to bind it in i3 instead. --- config/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/i3') diff --git a/config/i3/config b/config/i3/config index 03e5081..cf22a8f 100644 --- a/config/i3/config +++ b/config/i3/config @@ -100,6 +100,12 @@ bindsym $mod+Shift+r restart # Detect graphics output bindsym $mod+Shift+o exec --no-startup-id autorandr --change +# Notifications +bindsym ctrl+space exec --no-startup-id dunstctl close +bindsym ctrl+Shift+space exec --no-startup-id dunstctl close-all +bindsym ctrl+grave exec --no-startup-id dunstctl history-pop +bindsym ctrl+Shift+grave exec --no-startup-id dunstctl context + set $mode_system System (l) lock, (e) logout, (s) suspend, (r) reboot, (Shift+s) shutdown mode "$mode_system" { bindsym l exec --no-startup-id loginctl lock-session $XDG_SESSION_ID, mode "default" -- cgit v1.2.3