1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 11:30:31 +01:00

Removed hardcoded mutt conf

This commit is contained in:
2018-12-12 21:24:52 +01:00
parent 832c740da1
commit fd0c0bdaac

13
tabbed
View File

@@ -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;
#}
}
()
}