mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[FileBrowser] rename file-browser to filebrowser
In preperation to a overhaul of config system.
This commit is contained in:
parent
3ec0ceabd0
commit
330402aa13
4 changed files with 5 additions and 5 deletions
|
@ -1167,7 +1167,7 @@ Message can be multi\-line.
|
||||||
|
|
||||||
.SS File browser settings
|
.SS File browser settings
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-file\-browser\-directory\fR \fIdirectory\fP
|
\fB\fC\-filebrowser\-directory\fR \fIdirectory\fP
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Directory the file browser starts in.
|
Directory the file browser starts in.
|
||||||
|
|
|
@ -698,7 +698,7 @@ Message can be multi-line.
|
||||||
|
|
||||||
### File browser settings
|
### File browser settings
|
||||||
|
|
||||||
`-file-browser-directory` *directory*
|
`-filebrowser-directory` *directory*
|
||||||
|
|
||||||
Directory the file browser starts in.
|
Directory the file browser starts in.
|
||||||
|
|
||||||
|
|
|
@ -489,8 +489,8 @@ Mode file_browser_mode =
|
||||||
{
|
{
|
||||||
.display_name = NULL,
|
.display_name = NULL,
|
||||||
.abi_version = ABI_VERSION,
|
.abi_version = ABI_VERSION,
|
||||||
.name = "file-browser",
|
.name = "filebrowser",
|
||||||
.cfg_name_key = "display-file_browser",
|
.cfg_name_key = "display-filebrowser",
|
||||||
._init = file_browser_mode_init,
|
._init = file_browser_mode_init,
|
||||||
._get_num_entries = file_browser_mode_get_num_entries,
|
._get_num_entries = file_browser_mode_get_num_entries,
|
||||||
._result = file_browser_mode_result,
|
._result = file_browser_mode_result,
|
||||||
|
|
|
@ -132,7 +132,7 @@ static XrmOption xrmOptions[] = {
|
||||||
{ xrm_String, "drun-url-launcher", { .str = &config.drun_url_launcher }, NULL,
|
{ xrm_String, "drun-url-launcher", { .str = &config.drun_url_launcher }, NULL,
|
||||||
"Command to open a Desktop Entry that is a Link.", CONFIG_DEFAULT },
|
"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 },
|
"Directory the file browser starts in", CONFIG_DEFAULT },
|
||||||
|
|
||||||
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL,
|
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL,
|
||||||
|
|
Loading…
Reference in a new issue