From 83ea5d0b810790720a28a627598c1697beea910e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 18 Oct 2023 06:58:35 +0100 Subject: [PATCH] Autostart emacs and signal with hyprland --- home/hyprland/config.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index b3950da1..e3d3642c 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -289,7 +289,9 @@ in '' exec-once = ${pkgs.swaynotificationcenter}/bin/swaync exec-once = ${pkgs.hyprpaper}/bin/hyprpaper - exec-once = ${pkgs.dex}/bin/dex --autostart - exec-once = ferdium exec-once = kidex + exec-once = ${pkgs.dex}/bin/dex --autostart + exec-once = emacs + exec-once = ferdium + exec-once = signal-desktop ''