diff --git a/config/config.c b/config/config.c index 10ef93c0..30770e7f 100644 --- a/config/config.c +++ b/config/config.c @@ -162,5 +162,5 @@ Settings config = { /** workaround for broken xserver (#300 on xserver, #611) */ .xserver_i300_workaround = FALSE, /** What browser to use for completion */ - .completer_mode = "recursivebrowser", + .completer_mode = "filebrowser", };