Ticket created by ~sorrow on ~exec64/imv
I has syntax
zoom <amount>
(also a special valueactual
, but let's ignore that). What is thisamount
exactly? How does the math work? It looks like some kind of exponential scale.Why this is a problem? Because it is inconsistent. I understand, that for very big upscale ratios the step should be increased, but for scale ratios below 200% I'd like to have an image linearly scaling up and down instead of exponentially.
For example, as it is now, there is no way I can get an image to exactly 50% (from 100%).
zoom -18
gets it to 49% andzoom -17
gets to 51%.
Comment by ~sorrow on ~kennylevinsen/greetd
I'm having the same problem. Logind session has Type=tty and swayidle cannot set IdleHint. I have XDG_SESSION_TYPE=wayland.
Ticket created by ~sorrow on ~kennylevinsen/gtkgreet
In addition to ability to type the username, I'd like to have a selection of usernames with UIDs >= 1000
Comment by ~sorrow on ~sircmpwn/hg.sr.ht
From discussion on lists:
Looks like "-n" needs to be added to gzip(1):
-n, --no-name This option stops the filename and timestamp from being stored in the output file.
Comment by ~sorrow on ~scoopta/wofi
Ah, removing cache file fixed the problem. Is there some cache invalidation mechanism?
REPORTED
RESOLVED FIXEDComment by ~sorrow on ~scoopta/wofi
The problem persists.
RESOLVED FIXED
REPORTEDTicket created by ~sorrow on ~scoopta/wofi
I have an edited copy of firefox.desktop file in my
~.local/share/applications
directory. And I see 2 copies of "Mozilla Firefox" in thewofi --show drun
list. If I remove this copied .desktop, I see only one of them. It shouldn't work like that, I think.
Comment by ~sorrow on ~scoopta/wofi
#inner-box { margin: 5px; }
Comment by ~sorrow on ~scoopta/wofi
By experimenting with commenting out various parts of CSS I found that the critical part is this:
#inner-box { margin: 5px; }
Without it everything works, with it - the issue happens. Renaming the config file changes nothing/