gorn.ch

Tobias Ebnöther's personal blog

xchat on OSX / Command as alt

Hi all, long time no see :)

Lately I got more and more unstatisfied with Colloquy so I decided to go back to xchat. Since xchat aqua seems unmaintained I opted for "the real thing" on X11. Unfortunately MacPorts once again failed to build it (I think I never managed to sucessfully build something with it that has some deps) so I had too look for something else.

Bruno pointed me at Homebrew which looks totally awesome. There was no Formula for xchat but it was pretty easy to create one. After only two hours my commit was accepted and it's in the main branch now :)

To be able to nicely switch channels I decided to map the command (⌘) key to alt aka meta. For that purpose I added the following lines to my ~/.Xmodmap:

clear Mod1
clear Mod2
keycode 63 = Meta_L
keycode 66 = Mode_switch
add Mod1 = Meta_L
add Mod2 = Mode_switch
Related Entries:
Setting up relayhost for postfix on OSX (with ssl and authentication)
MacHeist Software Bundle
Leopard native apache with custom (64bit) PHP
Leopard PHP / Apache Package with pecl support
Taming firefox temp files on osx
Comments (4)  Permalink

Comments

kev @ 31.07.2010 20:22 CEST
am switching to server side irc now with screens & irssi... Bit of work for me to get the hang of it, but finding it makes so much sense now.
ebi @ 31.07.2010 23:39 CEST
I used that setup for a long long time but since I use visor I don't like to use other terminals and it's not so well for IRC that's why I switched to a GUI client. You can get pretty much the same behaviour with a bouncer so it's kinda alrigjt :)
kev @ 01.08.2010 11:34 CEST
but u still don't get a history for irc and teh room gets your connected/disconnected messages still no?
ebi @ 01.08.2010 11:42 CEST
Depends on the bouncer I do get all messages that I missed while being disconnected and I can lookup the history if necessary… :) And nope no messages on the channel.
No new comments allowed (anymore) on this post.
Powered by Flux CMS