This commit is contained in:
Alex Kotov 2022-09-08 16:17:41 +04:00
parent 6f66d11503
commit 290a278919
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ impl Settings {
self.gap_size
}
// TODO: notify WM to rearrange clients
pub fn gap_size_set(&mut self, value: c_int) {
self.gap_size = constraints::gap_size(value);
}