From d21d38af4c9fdf1eb70aee112592f7d39190f7ac Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 18 Jan 2024 06:49:49 +0000 Subject: [PATCH] Start auto-started emacs with fancy-startup-screen --- 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 22fe009e..52a3b11b 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -258,5 +258,5 @@ in '' 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 + exec-once = [workspace name:editor silent] emacs -f server-start -f fancy-startup-screen ''