Re: Use-case when positioning a window is necessary

2022-08-08 Thread Sébastien Wilmet
ed. Maybe d-bus can be used as pipe between DevHelp and others > applications. The summary is as below: > Le lundi 08 août 2022 à 14:12 +0200, Sébastien Wilmet a écrit : > > With Wayland, this should be implemented with a subsurface. I may be > > wrong, but in this case it

Re: Use-case when positioning a window is necessary

2022-08-08 Thread Sébastien Wilmet
On Mon, 2022-08-08 at 15:11 +0200, Olivier Fourdan wrote: > On Mon, 8 Aug 2022 at 14:50, Sébastien Wilmet > wrote: > > > > With Wayland, this should be implemented with a subsurface. I may be > > wrong, but in this case it's not possible, because it's not

Use-case when positioning a window is necessary

2022-08-08 Thread Sébastien Wilmet
Hi, I've seen the discussion this month about positioning windows. The use-case is something concrete: the Devhelp [1] assistant window. For some background, Devhelp (and libdevhelp) is implemented flexibly: it can be used as a standalone app, it can be integrated into GTK IDEs, the standalone a

Wheel scrolling: config to increase scrolling "distance" for each wheel click

2022-08-07 Thread Sébastien Wilmet
Hi, In order for me to move away from X11 and to use Wayland, I need a replacement for the imwheel program. With many applications on GNOME, a single wheel click scrolls a too small distance (in pixels). I had a wrist inflammation several years ago, which led me to use imwheel to scroll "faster",

Re: Wheel scrolling: config to increase scrolling "distance" for each wheel click

2022-08-07 Thread Sébastien Wilmet
On Sun, 2022-08-07 at 19:59 +0200, Sébastien Wilmet wrote: > with udev and hwdb, maybe? To fake the click angle. Here is what I tried: /etc/udev/hwdb.d/71-mouse-local.hwdb content: ``` mouse:* MOUSE_WHEEL_CLICK_ANGLE=45 ``` # systemd-hwdb --strict update && echo OK OK (then a