feat: add option to disable realigning working set windows on show/hide (#21)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user