X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1638624997; bh=4jgS7QZWMy6RBb5lyfObhlcUG6eYZB+FP+0NZVh3d6s=; h=Subject:To:From:References:Date:Message-ID:In-Reply-To; b=jMXO9ZtBhLtikvSRg0LUyf7B9TC09WYTETGeol5fOlV7URwAnNuhhOCUZwSp+xF9x 3iWoqTkz6lzEu2SJEqZJDmMCM+1Mv8IddPQLmEt9JD2vjxd0MQbbaFt1T2k4zWtlFz LrTbNROeI0lXVQJ0l4Eoj2UrXnMyH+Tcmit5QLgY= Authentication-Results: vla1-63d9f8be0a94.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Fwd: 2 Date: Sat, 4 Dec 2021 18:36:34 +0500 From: "Alexey Shaposhnikov (canisdirusleidy AT yandex DOT ru) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] startup grid size Message-ID: <20211204183634.3b28041d@warrawoona.sti> In-Reply-To: <20211204122424.508E1823ED58@turkos.aspodata.se> References: <20211204122424 DOT 508E1823ED58 AT turkos DOT aspodata DOT se> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 4 Dec 2021 13:24:24 +0100 (CET) "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" wrote: > How do I set the startup initial grid size to 400 > (in lepton-schematic) ? Run this command: "lepton-cli config -u schematic.gui snap-size 400". Or create (if not exist) file ~/.config/lepton-eda/lepton-user.conf with such strings: [schematic.gui] snap-size=400