Re: [dev] Zooming

From: LuxGiammi <luxgiammi+suckless_AT_posteo.net>
Date: Thu, 14 Jan 2021 17:14:02 +0100

Are you speaking of st?
In this case... no. It's not a common issue (or at least my config.h
works fine)

Here's the relevant content of my config.h file:

```
        { TERMMOD, XK_Prior, zoom, {.f = +1} },
        { TERMMOD, XK_Next, zoom, {.f = -1} },
        { TERMMOD, XK_Home, zoomreset, {.f = 0} },
```

I hope this helps.

On 14.01.2021 12:45, filip wrote:
> Hello,
> I have set up bindings for zooming, but when I try to zoom it only
> scrolls...
> Is this is a common issue?
>
> //F
Received on Thu Jan 14 2021 - 17:14:02 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 14 2021 - 17:24:09 CET