From c193a90b404b8640f91b9e99945daac19d55f88b Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 15:00:35 +0100 Subject: [PATCH] river: Switch notification maps to use mako --- wayland/.config/river/init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wayland/.config/river/init b/wayland/.config/river/init index c265a30..e15a994 100755 --- a/wayland/.config/river/init +++ b/wayland/.config/river/init @@ -83,10 +83,10 @@ riverctl map normal Shift Print spawn "screenshot | sharefile -" riverctl map normal $mod Print spawn "screenshot region" riverctl map normal $mod+Shift Print spawn "screenshot region | sharefile -" -# control dunst notification daemon -riverctl map normal $mod N spawn "dunstctl close" -riverctl map normal $mod+Shift N spawn "dunstctl close-all" -riverctl map normal $mod+Control N spawn "dunstctl history-pop" +# control notification daemon +riverctl map normal $mod N spawn "makoctl dismiss" +riverctl map normal $mod+Shift N spawn "makoctl dismiss --all" +riverctl map normal $mod+Control N spawn "makoctl restore" # MOVEMENT # focus the next/previous view in the layout stack