From 742e707d312fc26d84d7fb04dfd9cf92962135b5 Mon Sep 17 00:00:00 2001 From: Christophe Simon Date: Wed, 16 Oct 2013 12:32:40 +0200 Subject: [PATCH] Changed im notif timeout + rxvt url management. --- Xresources | 3 ++- rc/im.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 42c1e78..3605628 100644 --- a/Xresources +++ b/Xresources @@ -118,7 +118,8 @@ URxvt.iso14755_52: false ! Plugins URxvt.perl-ext-common: default,matcher -URxvt.matcher.button: 2 +URxvt.matcher.button: 3 +URxvt.url-launcher: /usr/bin/firefox ! diff --git a/rc/im.lua b/rc/im.lua index ab66223..37cedcd 100644 --- a/rc/im.lua +++ b/rc/im.lua @@ -45,7 +45,8 @@ function mcabber_event_hook(kind, direction, jid, msg) naughty.notify{ icon = "chat_msg_recv", text = awful.util.escape(txt), - title = jid + title = jid, + timeout = 30 } end -- Disabled connect/disconnect notifications.