summaryrefslogtreecommitdiff
path: root/irssi
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 22:55:28 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 22:55:28 +0200
commitc903754471bc8159262aeeab83bfd46943405dcc (patch)
tree825ceac6cf3504050afc161434ad1078fb821243 /irssi
parent001b7b28dd4d8cea563dbae708d55c10d98cf8ec (diff)
downloaddotfiles-c903754471bc8159262aeeab83bfd46943405dcc.tar.xz
irssi: general cleanup
Diffstat (limited to 'irssi')
-rw-r--r--irssi/anrxc.theme (renamed from irssi/zenbarn.theme)16
-rw-r--r--irssi/config43
2 files changed, 19 insertions, 40 deletions
diff --git a/irssi/zenbarn.theme b/irssi/anrxc.theme
index 994ec42..051f9b9 100644
--- a/irssi/zenbarn.theme
+++ b/irssi/anrxc.theme
@@ -4,19 +4,11 @@
#
###############################################
-# Zenbarn irssi theme
-#
-# This theme makes sense only in the context of Zenburn color
-# pallete. You can find color schemes for all popular terminal
-# emulators on the Zenburn homepage:
-# - http://slinky.imukuppi.org/zenburnpage/
-#
-# I personally use nm.pl for aligning nicknames, which also provides
-# complete coloring for them. Again, this theme was written with that
-# in mind, without it it could or would not look like crap.
+# I use nm.pl for aligning nicknames, which also provides complete
+# coloring for them. Without it, it could or would not look like crap.
#
-# This theme is not complete. I use it daily and when I come across
-# something I don't like...
+# - My configuration file is available here:
+# http://sysphere.org/~anrxc/local/scr/dotfiles/irssi.config
# default foreground color (%N) - -1 is the "default terminal color"
diff --git a/irssi/config b/irssi/config
index b7de137..6292c3f 100644
--- a/irssi/config
+++ b/irssi/config
@@ -4,28 +4,23 @@
#
###############################################
-# I modified this copy to serve new users
-# as a template, it covers a lot of things:
-# + Contains
-# - Bouncer example
+# Contains examples for:
+# - Using bouncers
# - Using SSL
-# - SILC
+# - Using SILC
# - Autojoin channels
-# - Completition/auto replacement
+# - Completition/auto. replacement
# - Managing aliases with special variables
-# - Windows/channels auto arrangement and positioning
-# - Irssi proxy
-# + For explanations of the settings clause refer to:
-# - http://irssi.org/documentation/settings
+# - Persistant windows and channels
+# - Using Irssi proxy
#
-# + Some scripts that I recommend and use:
-# - autorejoin.pl dns.pl mlock.pl
-# - namesaway.pl quitmsg.pl mail.pl
-# - usercount.pl nact.pl sysinfo.pl
-# - hilightwin.pl nm.pl crapbuster.pl
-# - screen_away.pl adv_windowlist.pl
+# + Exaplanations for settings section
+# - http://irssi.org/documentation/settings
#
-# + I use this config in combination with the zenbarn theme
+# + Scripts that I recommend and use:
+# - namesaway.pl quitmsg.pl usercount.pl
+# - hilightwin.pl screen_away.pl crapbuster.pl
+# - adv_windowlist.pl nm.pl trackbar.pl
servers = (
{ # Standard connection
@@ -146,7 +141,6 @@ aliases = {
calc = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
invlist = "mode $C +I";
q = "query";
- ak = "amarok";
ec = "window close";
em = "me";
nixk = "nick";
@@ -159,7 +153,6 @@ aliases = {
awk = "me afk: Out of my mind. back in 5 minutes.";
sleep = "me invokes: M-x sleep-mode";
uc = "statusbar window add usercount";
- nact = "statusbar window add nact";
cb = "crapbuster";
hideset = "set activity_hide_level parts joins quits nicks modes";
hideclear = "set -c activity_hide_level";
@@ -252,8 +245,6 @@ statusbar = {
more = { priority = "-1"; alignment = "right"; };
barend = { priority = "100"; alignment = "right"; };
usercount = { };
- nact = { };
- mail = { };
};
};
@@ -323,7 +314,7 @@ settings = {
};
"fe-common/core" = {
- theme = "zenbarn";
+ theme = "anrxc";
timestamps = "yes";
autocreate_own_query = "no";
autocreate_query_level = "DCCMSGS";
@@ -338,7 +329,7 @@ settings = {
show_own_nickchange_once = "on";
bell_beeps = "yes";
beep_msg_level = "MSGS NOTICES INVITES DCC DCCMSGS HILIGHT";
- #not working, wtf?
+ #not working, why?
#recode_fallback = "cp1250";
#term_charset = "utf-8";
};
@@ -357,19 +348,15 @@ settings = {
};
"perl/core/scripts" = {
- autorejoin_channels = "#sysphere #slackware-hr";
awl_display_key = "$Q%G:%n$H$C$S";
- nact_devices = "eth0";
neat_maxlength = "8";
neat_right_mode = "no";
neat_left_actions = "no";
+ neat_colorize = "yes";
nicklist_automode = "SCREEN";
usercount_show_zero = "no";
usercount_show_halfops = "no";
- mail_mailboxes = "inbox=~/Mail/INBOX,";
- mail_format = "%u/%t";
crapbuster_levels = "JOINS PARTS QUITS NICKS CLIENTCRAP CRAP MODE TOPICS KICKS";
- neat_colorize = "yes";
};
};