From 1bd1b8708b8abaf4a0a9e45d937671ab8ec12ece Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 8 Mar 2024 16:27:43 +0100 Subject: Start async editor in i3 This means there aren't any pointless "emacsclient" processes hanging around. In interactive environments, we have ASYNC_EDITOR set anyway. --- tw/home/files/i3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw') diff --git a/tw/home/files/i3.conf b/tw/home/files/i3.conf index 04768d5c..10ae1133 100644 --- a/tw/home/files/i3.conf +++ b/tw/home/files/i3.conf @@ -46,7 +46,7 @@ floating_modifier $mod bindsym $mod+Return exec kitty "--directory=$(xcwd)" bindsym $mod+i exec icecat --new-window bindsym $mod+shift+i exec icecat --new-tab "$(xclip -out)" -bindsym $mod+e exec $EDITOR +bindsym $mod+e exec $ASYNC_EDITOR # Use ASYNC_EDITOR so I can continue using ranger while the editor # remains open in a separate window. bindsym $mod+slash exec EDITOR=$ASYNC_EDITOR kitty ranger "$(xcwd)" -- cgit v1.2.3