From 5b8e219c2adbcd8e9c89479b0e5dd4233bada83c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 16 Nov 2021 00:27:28 +0500 Subject: [PATCH] Replace "st" terminal with "ptterm" --- polytreewm.1 | 4 ++-- spawn.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polytreewm.1 b/polytreewm.1 index ac6d1a5..725c4bb 100644 --- a/polytreewm.1 +++ b/polytreewm.1 @@ -63,7 +63,7 @@ for launching other programs. .TP .B Mod1\-Shift\-/ Start -.BR st(1). +.BR ptterm(1). .TP .B Mod1\-, Focus previous screen, if any. @@ -166,7 +166,7 @@ PolytreeWM is customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. .SH SEE ALSO .BR rofi (1), -.BR st (1) +.BR ptterm (1) .SH ISSUES Java applications which use the XToolkit/XAWT backend may draw grey windows only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early diff --git a/spawn.c b/spawn.c index e18fcd9..7078e5a 100644 --- a/spawn.c +++ b/spawn.c @@ -35,7 +35,7 @@ static struct Command commands[] = { { .name = "term", .monitor_arg_index = 0, - .args = { "st", NULL }, + .args = { "ptterm", NULL }, }, { .name = "firefox",