feat: add option to disable realigning working set windows on show/hide (#21)

This commit is contained in:
alexdenerqal
2024-03-30 09:32:52 +01:00
committed by GitHub
parent 7eb5201c90
commit aae649b1f2
3 changed files with 8 additions and 1 deletions

View File

@@ -148,6 +148,9 @@ pub struct GeneralConfig {
#[serde(default = "def_true")]
pub allow_sliding: bool,
#[serde(default = "def_true")]
pub realign_on_showhide: bool,
}
impl GeneralConfig {