From aa9f7be4b7fab27d3ceadd52f43122417707f2bb Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Fri, 3 Oct 2025 18:17:33 +0300 Subject: [PATCH] Start the Emacs client as an async process --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 43bcd99..76c0f56 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -71,7 +71,7 @@ input type:touchpad { bindsym $launch+j exec $term zellij --layout jupyter attach --create jupyter # Start Emacs - bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame + bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame --no-wait # Start a browser bindsym $launch+f exec firefox --private-window