From 0f3616dd242ad6994c00422cd52bf8f960327edc Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 20 Feb 2025 12:59:07 +0100 Subject: [PATCH] [sway] Ajoute fuzzel-emoji picker --- .config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index ec84739..048b512 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -295,6 +295,10 @@ bindsym $mod+space exec $menu # Open the mail client bindsym $mod+m exec thunderbird +# Select emoji +# https://github.com/end-4/fuzzel-emoji +bindsym $mod+Shift+e exec fuzzel-emoji + #===============================# # Default windows configuration # #===============================#