summaryrefslogtreecommitdiffstats
path: root/src/config/raw/app/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/raw/app/config.rs')
-rw-r--r--src/config/raw/app/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/raw/app/config.rs b/src/config/raw/app/config.rs
index cf2b758..4ded404 100644
--- a/src/config/raw/app/config.rs
+++ b/src/config/raw/app/config.rs
@@ -34,6 +34,8 @@ pub struct AppConfigRaw {
pub watch_files: bool,
#[serde(default = "default_true")]
pub focus_on_create: bool,
+ #[serde(default = "default_true")]
+ pub mouse_support: bool,
#[serde(default)]
pub cmd_aliases: HashMap<String, String>,
#[serde(default, rename = "display")]