head-management: move min/max scale to compositor
This commit is contained in:
parent
1f42bfde3c
commit
ba6943b77f
2 changed files with 4 additions and 3 deletions
|
|
@ -105,6 +105,9 @@ use {
|
|||
|
||||
pub const MAX_EXTENTS: i32 = (1 << 22) - 1;
|
||||
|
||||
pub const MIN_SCALE: Scale = Scale::from_wl(60);
|
||||
pub const MAX_SCALE: Scale = Scale::from_int(16);
|
||||
|
||||
pub fn start_compositor(global: GlobalArgs, args: RunArgs) {
|
||||
sighand::reset_all();
|
||||
let reaper_pid = ensure_reaper();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue