From df5543ec14de889e90dfd98a811d969c5adefaf1 Mon Sep 17 00:00:00 2001 From: rasul Date: Fri, 25 Oct 2019 14:21:07 -0500 Subject: [PATCH] have example match the one in readme --- sup.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sup.toml b/sup.toml index e4d5b94..e840594 100644 --- a/sup.toml +++ b/sup.toml @@ -2,22 +2,21 @@ name = "x resource" command = "xrdb" args = ["~/.Xresources"] -restart = false wait = true [[app]] name = "terminal" command = "alacritty" args = [] -restart_on_success = true +restart_on_success = false restart_on_failure = true restart_on_terminate = true +hold = true [[app]] -name = "env" -command = "env" -args = [] -wait = true +name = "environment" +command = "alacritty" +args = ["-e", "env"] [[app]] name = "window manager"