summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config
index fecfc63a..cde42aed 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -38,17 +38,17 @@ mode "C-i-" {
# 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 e exec emacsclient -nc, mode "default"
+ bindsym e exec emacsclient -nc -w8, mode "default"
# override the script's usual logic to start a fresh, non-debug daemon
- bindsym Shift+e exec emacsclient -nc --spw/installed, mode "default"
+ bindsym Shift+e exec emacsclient -nc -w8 --spw/installed, mode "default"
# special daemon instance for debugging primary instance & Gnus
- bindsym Mod1+e exec emacsclient -nc -sgdbmacs, mode "default"
+ bindsym Mod1+e exec emacsclient -nc -w8 -sgdbmacs, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
# C-i e M-& which is too many keys esp. compared to C-i DEL
- bindsym Return exec emacsclient -nce \
+ bindsym Return exec emacsclient -nc -w8 -e \
"(let ((default-directory (expand-file-name "'"'~/'"'")) \
(display-buffer-overriding-action \
'(display-buffer-same-window \