default_keymap setting, set wayvr keymap when wayvr starts

This commit is contained in:
galister
2025-12-18 01:29:36 +09:00
parent 595b59b865
commit 2d3c1bb2a3
5 changed files with 29 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ pub struct GeneralConfig {
pub color_accent: Option<String>,
pub color_danger: Option<String>,
pub color_faded: Option<String>,
pub default_keymap: Option<String>,
#[serde(default = "def_click_freeze_time_ms")]
pub click_freeze_time_ms: u32,