diff options
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 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) |