From ee1220ccfb1e77e07f4c80121c1b383630025f74 Mon Sep 17 00:00:00 2001 From: dx Date: Fri, 24 Apr 2020 02:00:55 +0100 Subject: +emacsclient binding to i3 --- i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index cfc7b23..42a6442 100644 --- a/i3/config +++ b/i3/config @@ -54,8 +54,10 @@ floating_modifier $mod # Screenshot bindsym F10 exec scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c -# start a terminal + +# start a terminal or editor bindsym $mod+Return exec kitty +bindsym $mod+Shift+Return exec emacsclient -s MAIN -c # kill focused window bindsym $mod+Shift+q kill -- cgit v1.2.3-13-gbd6f