diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-11 13:21:01 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-11 13:21:01 +0100 |
commit | 8b27797246529a2f3105893c4aaada66adba82a5 (patch) | |
tree | f8a4c2af34018286c069dd49dcadb7bc5c79ea9e /.config | |
parent | 3ab4b186f116a4fcb9fcdccbfb42837bf4a895f1 (diff) |
Hyprland: Try to use emacsclient
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 588306c..5c01c9a 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -92,7 +92,7 @@ bind = $modkey SHIFT, F, togglefloating # Global programs __bind(C, emacsclient -que '(popup-command-full-calc)') -__bind(E, emacs) +__bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) __bind(return, foot) |