From 530bb482c3c167ccc1f101498d7f321fcacc244c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 4 Jul 2016 12:48:17 +0200 Subject: i3: let's add a shortcut for non-daemon Emacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'i3') diff --git a/i3/config b/i3/config index 6f1c0ec..20b4166 100644 --- a/i3/config +++ b/i3/config @@ -164,8 +164,10 @@ bindsym Print exec scrot -u # Toggle keyboard layout US <-> CAT bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh -# Emacs +# Emacs. By default we go with daemon mode, but if something is wrong, it's +# cool to have a safe way to start Emacs. bindsym $mod+m exec emacsclient -c -a "" +bindsym $mod+Shift+m exec emacs # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available). This setup has DP-1 as the monitor on the right, -- cgit v1.2.3