mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[config] Set filebrowser as default completer.
This commit is contained in:
parent
75ae2a41f0
commit
3b0f2b43f9
1 changed files with 1 additions and 1 deletions
|
@ -162,5 +162,5 @@ Settings config = {
|
||||||
/** workaround for broken xserver (#300 on xserver, #611) */
|
/** workaround for broken xserver (#300 on xserver, #611) */
|
||||||
.xserver_i300_workaround = FALSE,
|
.xserver_i300_workaround = FALSE,
|
||||||
/** What browser to use for completion */
|
/** What browser to use for completion */
|
||||||
.completer_mode = "recursivebrowser",
|
.completer_mode = "filebrowser",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue