summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:07:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:51:27 -0700
commitc9b9b9d7a26b8e62443b0b381b8121a50765eb4f (patch)
treecab0f35cef59eb7ac8eee97135b3ff5a1d67a36f /.config/i3/config
parent4a6cf97cc3f10290787e88a06cc3e42c6f389d00 (diff)
downloaddotfiles-c9b9b9d7a26b8e62443b0b381b8121a50765eb4f.tar.gz
faster new Emacs frame command, and run at login
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config9
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 44f78220..37dac1fc 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -39,11 +39,10 @@ workspace_layout tabbed
# do not need any one-handed chording. *Only* bindings I might want to hit more
# than once in a row should be outside of this C-i map
mode "Window management" {
- # make a fresh Emacs frame, and go somewhere hopefully useful --
- # typically this gets invoked only on empty workspaces, as otherwise I
- # use commands under `C-x 5` to get more Emacs frames
- bindsym Return exec emacsclient -cne '(dired (expand-file-name "~"))', \
- mode "default"
+ # make a fresh Emacs frame -- typically this gets invoked only on
+ # empty workspaces, as otherwise I use commands under `C-x 5` to get
+ # more Emacs frames
+ bindsym Return exec emacsclient -a "" -nc, mode "default"
# start a terminal emulator
bindsym Shift+Return exec xfce4-terminal, mode "default"