1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

[FileBrowser] rename file-browser to filebrowser

In preperation to a overhaul of config system.
This commit is contained in:
Dave Davenport 2021-06-24 19:11:56 +02:00 committed by Dave Davenport
parent 7fad85ba75
commit b7255563d8
4 changed files with 5 additions and 5 deletions

View file

@ -1167,7 +1167,7 @@ Message can be multi\-line.
.SS File browser settings
.PP
\fB\fC\-file\-browser\-directory\fR \fIdirectory\fP
\fB\fC\-filebrowser\-directory\fR \fIdirectory\fP
.PP
Directory the file browser starts in.

View file

@ -698,7 +698,7 @@ Message can be multi-line.
### File browser settings
`-file-browser-directory` *directory*
`-filebrowser-directory` *directory*
Directory the file browser starts in.

View file

@ -489,8 +489,8 @@ Mode file_browser_mode =
{
.display_name = NULL,
.abi_version = ABI_VERSION,
.name = "file-browser",
.cfg_name_key = "display-file_browser",
.name = "filebrowser",
.cfg_name_key = "display-filebrowser",
._init = file_browser_mode_init,
._get_num_entries = file_browser_mode_get_num_entries,
._result = file_browser_mode_result,

View file

@ -132,7 +132,7 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "drun-url-launcher", { .str = &config.drun_url_launcher }, NULL,
"Command to open a Desktop Entry that is a Link.", CONFIG_DEFAULT },
{ xrm_String, "file-browser-directory", { .str = &config.file_browser_directory }, NULL,
{ xrm_String, "filebrowser-directory", { .str = &config.file_browser_directory }, NULL,
"Directory the file browser starts in", CONFIG_DEFAULT },
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL,