aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.c
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-01 16:18:34 +0100
committerne_mene <[email protected]>2026-03-01 16:18:34 +0100
commite72429c293c4f6ffa301302d23bcc117d561c4a7 (patch)
tree848f5785589b10f61c27443fdefb3d1ab4333d63 /src/pipe.c
parentd01a3ec1075746978ced371a4bb1ede7cf1cbb7a (diff)
tsarc set, height and fontsize
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pipe.c b/src/pipe.c
index edce5de..997be2d 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -71,4 +71,7 @@ void make_change(char argv[MAX_ARGS][MAX_ARG_LEN], int argc) {
if (strcmp(cmd, "layout") == 0) {
set_layout(argv, argc);
}
+ if (strcmp(cmd, "set") == 0) {
+ set_var(argv, argc);
+ }
}