From d2f23109a0c630c2487d580ea25998e6b5bd0864 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 26 Nov 2020 10:17:06 +0100 Subject: prefect: autostart work applications --- user/prefect.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user/prefect.nix b/user/prefect.nix index 954de1ee..3b517333 100644 --- a/user/prefect.nix +++ b/user/prefect.nix @@ -28,4 +28,11 @@ ./settings/xresources.nix ./settings/zsh.nix ]; + + xsession.windowManager.i3.config.startup = [ + { command = "firefox-devedition"; } + { command = "emacs"; } + { command = "barrier"; } + ]; + } -- cgit 1.4.1