From fd0c0bdaac739e491893572fcfb14c97147e8eaf Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 12 Dec 2018 21:24:52 +0100 Subject: [PATCH] Removed hardcoded mutt conf --- tabbed | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tabbed b/tabbed index 80063f5..a362254 100644 --- a/tabbed +++ b/tabbed @@ -602,19 +602,6 @@ sub tab_key_press { } } - # additional applications for use with Super (Windows) keys - elsif ($event->{state} & urxvt::Mod4Mask) { - if ($keysym == 0x6d){ # SUPER+m - $self->new_tab("mail", '-e', 'mutt'); - return 1; - } - # - #elsif ($keysym == [some_other_key_num]){ - # $self->new_tab("tab displayed name", "-e", "application", "arg1", "arg2", "..."); - # return 1; - #} - } - () }