diff options
author | Steve McIntyre <steve@einval.com> | 2022-11-06 02:19:05 +0000 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2022-11-06 02:19:05 +0000 |
commit | 851ea6eab04558f122246340220a42b1a6e5788a (patch) | |
tree | 1ce7c2347225e02c8cc1dd9fe4beabb0512dbb25 | |
parent | cdcc726f0cf6c09a6496c323e6cebb7c4c0aa8f3 (diff) | |
download | steve-scripts-851ea6eab04558f122246340220a42b1a6e5788a.zip |
Go back to xterm, no obvious way to configure right-click action
-rwxr-xr-x | yb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |