summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMroik/PositiveC <mroik@delayed.space>2024-02-21 16:43:09 +0100
committerGitHub <noreply@github.com>2024-02-21 10:43:09 -0500
commitf6d1f71d6c11eaebc13ef9f26b06bd31e2275d51 (patch)
treef7e45da920d6aac4ddce09273a23203e1a8dc4a1 /config
parent8f1c36ae882bed585320292c0942b59bdf4d86a9 (diff)
Make mouse support configurable (#494)
* Make mouse sup configurable instead of build feat * Add mouse_support to docs * Add mouse_support to default config * Don't capture mouse on mouse_support = false * Fmt pass
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 4ab9cbc..d23da09 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,5 +1,6 @@
numbered_command = false
+mouse_support = true
focus_on_create = true
use_trash = true
watch_files = true