From f37a95f576d03e2f572e76b3335dbf74d364ed41 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 14 Jan 2024 15:26:17 +0000 Subject: [PATCH] Remove fallback from emacsclient bind --- home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index aef8fa8c..d20da419 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -109,7 +109,7 @@ in '' bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER, Return, exec, foot bind = SUPER SHIFT, Return, exec, [float] foot - bind = SUPER, X, exec, emacsclient -c -a "emacs --fg-daemon" + bind = SUPER, X, exec, emacsclient -c # Misc useful binds bind=,Print,exec,grim -g "$(slurp)"