Replace "st" terminal with "ptterm"

This commit is contained in:
Alex Kotov 2021-11-16 00:27:28 +05:00
parent 73eccd4089
commit 5b8e219c2a
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ for launching other programs.
.TP .TP
.B Mod1\-Shift\-/ .B Mod1\-Shift\-/
Start Start
.BR st(1). .BR ptterm(1).
.TP .TP
.B Mod1\-, .B Mod1\-,
Focus previous screen, if any. 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. source code. This keeps it fast, secure and simple.
.SH SEE ALSO .SH SEE ALSO
.BR rofi (1), .BR rofi (1),
.BR st (1) .BR ptterm (1)
.SH ISSUES .SH ISSUES
Java applications which use the XToolkit/XAWT backend may draw grey windows 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 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early

View file

@ -35,7 +35,7 @@ static struct Command commands[] = {
{ {
.name = "term", .name = "term",
.monitor_arg_index = 0, .monitor_arg_index = 0,
.args = { "st", NULL }, .args = { "ptterm", NULL },
}, },
{ {
.name = "firefox", .name = "firefox",