From c6b11f8bb1aa9ffb69f57cb1f1ccc3633997d1b0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 19 Jan 2024 16:35:11 +0000 Subject: [PATCH] Revert "Change emacs --fg-daemon for opening emacs on editor workspace and" This reverts commit ab2673fd0b4452a883492f8e1de44ba60dc98061. --- home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 52a3b11b..478ab81e 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -108,7 +108,7 @@ in '' # Common program shortcuts bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER, Return, exec, foot - bind = SUPER, X, exec, emacsclient -c -a "emacs -f server-start" + bind = SUPER, X, exec, emacsclient -c # Misc useful binds bind=,Print,exec,grim -g "$(slurp)" @@ -254,9 +254,9 @@ in '' bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow + exec-once = emacs --fg-daemon exec-once = swaync exec-once = ${pkgs.hyprpaper}/bin/hyprpaper exec-once = ${pkgs.dex}/bin/dex --autostart exec-once = [workspace name:btm silent] foot -e btm --group --battery - exec-once = [workspace name:editor silent] emacs -f server-start -f fancy-startup-screen ''