summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2022-11-06 02:19:05 +0000
committerSteve McIntyre <steve@einval.com>2022-11-06 02:19:05 +0000
commit851ea6eab04558f122246340220a42b1a6e5788a (patch)
tree1ce7c2347225e02c8cc1dd9fe4beabb0512dbb25
parentcdcc726f0cf6c09a6496c323e6cebb7c4c0aa8f3 (diff)
downloadsteve-scripts-851ea6eab04558f122246340220a42b1a6e5788a.zip
Go back to xterm, no obvious way to configure right-click action
-rwxr-xr-xyb4
1 files changed, 2 insertions, 2 deletions
diff --git a/yb b/yb
index 67348a4..41af389 100755
--- a/yb
+++ b/yb
@@ -10,8 +10,8 @@ open (LOG, "> $homedir/ybxterm.log");
print LOG "ybxterm: @ARGV\n";
# Set defaults
-#my $terminal = "xterm";
-my $terminal = "xfce4-terminal";
+my $terminal = "xterm";
+#my $terminal = "xfce4-terminal";
my $bg = "black";
my $fg = "yellow";
my $geom = "80x24";