add basic input blocking through libmonado (#190)

This commit is contained in:
Orion
2025-04-11 13:14:09 +02:00
committed by GitHub
parent 5b23de0599
commit 1ae50a35ec
3 changed files with 90 additions and 0 deletions

View File

@@ -273,6 +273,12 @@ pub struct GeneralConfig {
#[serde(default = "def_false")]
pub focus_follows_mouse_mode: bool,
#[serde(default = "def_false")]
pub block_game_input: bool,
#[serde(default = "def_true")]
pub block_game_input_ignore_watch: bool,
#[serde(default = "def_font")]
pub primary_font: Arc<str>,