diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-07 20:35:08 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-07 20:35:08 +0200 |
commit | 7c93de6873efe81d6993322f430db6eb1c189259 (patch) | |
tree | 39ebfe9a21696fbea060f6b486d8e25706156b1b | |
parent | faee6e1809594f8f1243002e75f2cb611ac22877 (diff) | |
download | lbsd-7c93de6873efe81d6993322f430db6eb1c189259.tar.gz |
.jwmrc: Use tterm
-rw-r--r-- | home/john/.jwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/john/.jwmrc b/home/john/.jwmrc index 641fa3e..bc28ddf 100644 --- a/home/john/.jwmrc +++ b/home/john/.jwmrc @@ -187,7 +187,7 @@ <Key mask="AS" key="t"> exec:cd `xtitle | sed 's,.*(\([^(]*\))$,\1,' | - sed 's,^~,/home/john,'`; xterm + sed 's,^~,/home/john,'`; tterm </Key> <Key mask="A" key="m">exec:xterm -e top</Key> <Key mask="AS" key="m">exec:xosview</Key> |