summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAzad <49314270+Akmadan23@users.noreply.github.com>2023-11-04 15:32:08 +0100
committerGitHub <noreply@github.com>2023-11-04 10:32:08 -0400
commitee50d175d8c14cc7420e922864e6c5289c2785f3 (patch)
treef051ddedc3c86bd24f0e3a3f6480a88c1cc1af52 /config
parent50a8fa70e1870266897973c87886e306f47e99bf (diff)
feat: add `focus_on_create` option (#448)
* feat: add `focus_on_create` option * Replace `PathBuf` with `Path` * Minor clippy fix
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 455210d..0543241 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,5 +1,6 @@
numbered_command = false
+focus_on_create = true
use_trash = true
watch_files = true
xdg_open = false