From b8f9492cc9c905f8c613d2f52ba623452570924f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 22 Sep 2024 15:36:41 +0200 Subject: Hyprland: Pass -qu to emacsclient --- .config/hypr/hyprland.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3