App-wmiirc
view release on metacpan or search on metacpan
font -*-proggytinytt-*-*-*-*-0-*-*-*-*-*-iso10646-*
colmode default
alertcolors #ffffff #aa2299 #ff44cc
lib/App/wmiirc.pm view on Meta::CPAN
);
has main_config => (
is => 'ro',
default => sub {
+{config("config", {
modkey => 'Mod4',
normcolors => '#999999 #151f3f #2a3f3f',
focuscolors => '#ffffaa #5f77bf #2a3f8f',
alertcolors => '#ffffff #aa2299 #ff44cc',
font => '-*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*',
terminal => scalar(config('commands', 'terminal',
which('urxvt') || which('xterm'))),
})}
}
);
sub BUILD {
my($self) = @_;
$SIG{__WARN__} = sub {
( run in 2.307 seconds using v1.01-cache-2.11-cpan-5735350b133 )