From aaab7a29aed961cdacf1e72b998af14f12657230 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 10 Nov 2016 16:40:46 -0500 Subject: [PATCH] Background emacs buttons in panel --- panel/panel_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/panel_bar.py b/panel/panel_bar.py index 8ef5006..a5e0c55 100755 --- a/panel/panel_bar.py +++ b/panel/panel_bar.py @@ -127,7 +127,7 @@ def mail_update(_): colors['bg'] = color colors['fg'] = '#FFFFFF' mutt_config_path = os.path.expanduser('~/.mutt/{}'.format(account)) - text = button(str(message_count), 'urxvt -e mutt -F {}'.format(mutt_config_path)) + text = button(str(message_count), 'urxvt -e mutt -F {} &'.format(mutt_config_path)) counts.append(color_string(text, **colors)) return 'mail', ''.join(counts)