This file is indexed.

/etc/mrxvt/submenus.menu is in mrxvt-common 0.5.4-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# ---------------------------------*-menu-*-------------------------------------
#  File:    submenus.menu
# ------------------------------------------------------------------------------
# 
#  All portions of code are copyright by their respective author/s.
#
#	Copyright (c) 2005-2006	    Gautam Iyer <gi1242@users.sourceforge.net>
# 
#  This program is free software; you can redistribute it and/or modify it
#  under the terms of the GNU General Public License as published by the Free
#  Software Foundation; either version 2 of the License, or (at your option)
#  any later version.
# 
#  This program is distributed in the hope that it will be useful, but WITHOUT
#  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
#  more details.
# 
#  You should have received a copy of the GNU General Public License along with
#  this program; if not, write to the Free Software Foundation, Inc., 675 Mass
#  Ave, Cambridge, MA 02139, USA.
# ------------------------------------------------------------------------------

# This file contains the basic menu blocks for mrxvt. The idea is that when
# defining menus, all one needs to do is add a line containing
#
#	[read:submenus.menu;<submenu_name>]
#
# to have the appropriate submenus read in.

# Submenu containing generic tab operations
[menu:tabsmenu]
./Tabs/*
./New/*
{Shell}{Ctrl-Shift-t}		    NewTab "Shell"
./Profile/*
{Duplicate}{Ctrl-Shift-n}	    NewTab -
{Profile 1}			    NewTab -1
{Profile 2}			    NewTab -2
{Profile 3}			    NewTab -3
{Profile 4}			    NewTab -4
../
{Mutt}				    NewTab !mutt
{Vim}				    NewTab !vim
{Shell (root)}			    NewTab "su" su -
{-}
{Mrxvt Man page}{Ctrl-Shift-F1}	    NewTab "man mrxvt" man mrxvt
../
{Close tab}{Ctrl-Shift-w}	    Close 0
{-}
{Show previous tab}{Ctrl-Tab}	    GotoTab 0
{Show left tab}{Ctrl-Shift-h}	    GotoTab -1
{Show right tab}{Ctrl-Shift-l}	    GotoTab +1
./Switch to tab/*
../
./Monitor tab/*
{Activity}			    MonitorTab ACTIVITY
{Inactivity}			    MonitorTab INACTIVITY
{Automatic}			    MonitorTab AUTO
../
{-}
{Move tab left}{Ctrl-Shift-<}	    MoveTab -1
{Move tab right}{Ctrl-Shift->}	    MoveTab +1
{-}
{Save config}			    SaveConfig
{Exit}{Ctrl-shift-q}		    Close
../
[done:tabsmenu]

# Transparency related options
[menu:transparent]
./Transparency/*
{Toggle}{Ctrl-Shift-r}		    ToggleTransparency
{-}
{Increase shading}{Ctrl-Shift-j}    Esc \e]67;+5\a
{Decrease shading}{Ctrl-Shift-k}    Esc \e]67;-5\a
{-}
./Tint background/*
{Black}				    Esc \e]66;#000000\a
{Red}				    Esc \e]66;#200000\a
{Green}				    Esc \e]66;#002000\a
{Yellow}			    Esc \e]66;#202000\a
{Blue}				    Esc \e]66;#000020\a
{Magenta}			    Esc \e]66;#200020\a
{Cyan}				    Esc \e]66;#002020\a
{Grey}				    Esc \e]66;#202020\a
../
../
[done:transparent]

# Change background / foreground color
[menu:background]
./Background/*
{Black}				    Esc \e]49;#000000\a
{Red}				    Esc \e]49;#200000\a
{Green}				    Esc \e]49;#002000\a
{Yellow}			    Esc \e]49;#202000\a
{Blue}				    Esc \e]49;#000020\a
{Magenta}			    Esc \e]49;#200020\a
{Cyan}				    Esc \e]49;#002020\a
{Grey}				    Esc \e]49;#202020\a
../
[done:background]

[menu:foreground]
./Foreground/*
{Black}				    Esc \e]39;#000000\a
{Red}				    Esc \e]39;#9a0000\a
{Green}				    Esc \e]39;#009a00\a
{Yellow}			    Esc \e]39;#9a9a00\a
{Blue}				    Esc \e]39;#00009a\a
{Magenta}			    Esc \e]39;#9a009a\a
{Cyan}				    Esc \e]39;#009a9a\a
{Grey}				    Esc \e]39;#9a9a9a\a
../
[done:foreground]

# Translucency related options
[menu:translucent]
./Translucency/*
{Increase}{Ctrl-Shift-o}	    Esc \e]70;+5\a
{Decrease}{Ctrl-Shift-u}	    Esc \e]70;-5\a
../
[done:translucent]

# Selection related operations
[menu:selection]
./Open selection in/*
{Firefox}			    Exec	    firefox %s
{w3m}				    NewTab "w3m"    w3m %s
{mutt}				    NewTab "mutt"   mutt %s
../
[done:selection]