From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08259139083 for ; Wed, 13 Dec 2017 23:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43FFE0F2A; Wed, 13 Dec 2017 23:45:15 +0000 (UTC) Received: from synchrony.c-14.de (sthelen.eu [IPv6:2a01:4f8:c17:6b43::b:17]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40F70E0E61 for ; Wed, 13 Dec 2017 23:45:15 +0000 (UTC) Received: from sardaukar.c-14.de (HSI-KBW-046-005-197-163.hsi8.kabel-badenwuerttemberg.de [46.5.197.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by synchrony.c-14.de (Postfix) with ESMTPSA id 10BBE60B31 for ; Wed, 13 Dec 2017 23:45:13 +0000 (UTC) Date: Thu, 14 Dec 2017 00:45:11 +0100 From: Simon Thelen To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [OT] application to configure mouse Message-ID: <20171213234511.GB4329@anonymous> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <9457221bd2adff627b1335247af93fff@xvalheru.org> <20171213180917.6d4deed7@hal9000.localdomain> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Archives-Salt: e035909e-83cd-4148-95bd-cffa0a57bd28 X-Archives-Hash: 40b22876db3fb014d9993fc59557a13a On 17-12-13 at 15:47, R0b0t1 wrote: > On Wed, Dec 13, 2017 at 11:10 AM, wabe wrote: > > pat@xvalheru.org wrote: > >> Hi, > >> > >> Sorry for this offtopic, but is there a UI standalone application to > >> configure mouse? I'm using fluxbox and don't want to install gnome or > >> kde. > > You didn't say what parameters you want to configure. For speed, > > acceleration and threshold you can use xset. But be warned, it has no > > GUI. > The problem with xset is that removing the device and restarting will > remove the commands. It is good to have a settings daemon, but I don't > know of one. You can take every option settable through xset and set it in /etc/X11/xorg.conf.d . That will then make sure the options are set every time X starts. You can also take the xset command and write it into ~/.xinitrc if you don't have root. I have a 05-mouse.conf containing: Section "InputClass" Identifier "Kingsis Peripherals ZOWIE Gaming mouse" MatchIsPointer "on" Option "AccelerationProfile" "-1" EndSection You can look for the xorg.conf variable names you need in xorg.conf(5), or just google it. -- Simon Thelen