diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-22 15:36:41 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-22 15:36:41 +0200 |
commit | b8f9492cc9c905f8c613d2f52ba623452570924f (patch) | |
tree | 1fb0cc5d6c1f55a01a8f08c46f8f2a6dece624ce /.config/hypr | |
parent | abef9f01dd1f2a9be34de91b32d284da75673ce6 (diff) |
Hyprland: Pass -qu to emacsclient
Diffstat (limited to '.config/hypr')
-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 bb13dfc..2227fbd 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -91,7 +91,7 @@ bind = $modkey, Q, killactive bind = $modkey SHIFT, F, togglefloating # Global programs -__bind(C, emacsclient -e '(popup-command-full-calc)') +__bind(C, emacsclient -que '(popup-command-full-calc)') __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) |