From 992db0b655b6de9de6e235ae2c0de49fbf7e294e Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sat, 21 Oct 2023 23:16:19 +0800 Subject: [PATCH] Add programs to tabbed program list --- tabbed-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbed-flexipatch/config.def.h b/tabbed-flexipatch/config.def.h index 244a4c3..e43515f 100644 --- a/tabbed-flexipatch/config.def.h +++ b/tabbed-flexipatch/config.def.h @@ -45,7 +45,7 @@ static Bool npisrelative = False; #define OPENTERMSOFT(p) { \ .v = (char *[]){ "/bin/sh", "-c", \ "term='st' && titlearg='-t' && embedarg='-w' &&" \ - "softlist=$(printf '%s\n' \"htop\" \"btm\" \"vim\" \"xplr\" \"ncmpcpp\" \"cmatrix\") &&" \ + "softlist=$(printf '%s\n' \"htop\" \"btm\" \"vim\" \"broot\" \"ncmpcpp\" \"cmatrix\" \"cava\" \"pipes.sh\" \"adelle-theme\" \"xplr\" \"ytfzf\") &&" \ "printf '%s' \"$softlist\" |" \ "dmenu -p 'Softwares to run: ' |" \ "xargs -I {} $term $titlearg \"{}\" $embedarg $1 -e \"{}\"", \