From a7ce76eff84d8bfde067bd7148589df946dea5cb Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 1 May 2023 14:39:58 -0400 Subject: [PATCH] Added emote shortcut --- homeConfig/dotfiles/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeConfig/dotfiles/sway/config b/homeConfig/dotfiles/sway/config index ae6da6d..de970b2 100644 --- a/homeConfig/dotfiles/sway/config +++ b/homeConfig/dotfiles/sway/config @@ -78,6 +78,8 @@ input type:pointer { # Start your launcher bindsym $mod+d exec $menu + # Launch emoji keyboard + bindsym $mod+Shift+d exec emote # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.