* Re: [gentoo-user] [OT] application to configure mouse
@ 2017-12-13 23:45 99% ` Simon Thelen
0 siblings, 0 replies; 1+ results
From: Simon Thelen @ 2017-12-13 23:45 UTC (permalink / raw
To: gentoo-user
On 17-12-13 at 15:47, R0b0t1 wrote:
> On Wed, Dec 13, 2017 at 11:10 AM, wabe <wabenbau@gmail.com> 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
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-12-13 8:56 [gentoo-user] [OT] application to configure mouse pat
2017-12-13 17:10 ` wabe
2017-12-13 21:47 ` R0b0t1
2017-12-13 23:45 99% ` Simon Thelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox