aboutsummaryrefslogtreecommitdiff
path: root/misc/xbitchx
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xbitchx')
-rwxr-xr-xmisc/xbitchx20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/xbitchx b/misc/xbitchx
new file mode 100755
index 0000000..e5b524e
--- /dev/null
+++ b/misc/xbitchx
@@ -0,0 +1,20 @@
+#!/bin/bash
+#
+# xbitchx: execute bitchx under a X Terminal
+#
+
+# Using rxvt
+# rxvt -bg black +sb -fg white -fn vga -g 120x40+30+55 -name BitchX -e BitchX -p 994 -ssl irc.indymedia.org
+
+# Old version using Eterm
+# Eterm --background-pixmap 0 --scrollbar 0 +sb -b black -f white -F vga --borderless no --buttonbar 0 \
+# -g 120x40+30+55 -nBitchX -e BitchX -p 994 -ssl irc.indymedia.org
+
+# Old version using feast and Eterm
+# xfeast
+# Eterm --background-pixmap 0 --scrollbar 0 +sb -b black -f white -F vga --borderless no --buttonbar 0 \
+# -g 120x40+30+55 -nBitchX -e BitchX -p 994 -ssl irc.indymedia.org
+
+# Current version
+Eterm --background-pixmap 0 --scrollbar 0 +sb -b black -f white -F vga --borderless no --buttonbar 0 \
+ -g 120x40+30+55 -nBitchX -e BitchX -p 6667 127.0.0.1