~sorrow


#54 zoom command is weird 1 year, 11 days ago

Ticket created by ~sorrow on ~exec64/imv

I has syntax zoom <amount> (also a special value actual, but let's ignore that). What is this amount 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% and zoom -17 gets to 51%.

#27 greetd doesn't properly handle logind TTY variable 2 years ago

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.

#4 Add dropdown with user list 4 years ago

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

#33 Generated archives have unstable checksum due to changing timestamps 4 years ago

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.

#9 One application is shown twice in drun mode 5 years ago

Comment by ~sorrow on ~scoopta/wofi

Ah, removing cache file fixed the problem. Is there some cache invalidation mechanism?

REPORTED RESOLVED FIXED

#9 One application is shown twice in drun mode 5 years ago

Comment by ~sorrow on ~scoopta/wofi

The problem persists.

RESOLVED FIXED REPORTED

#9 One application is shown twice in drun mode 5 years ago

bug added by ~sorrow on ~scoopta/wofi

#9 One application is shown twice in drun mode 5 years ago

Ticket 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 the wofi --show drun list. If I remove this copied .desktop, I see only one of them. It shouldn't work like that, I think.

#8 Cannot select an item with keyboard 5 years ago

Comment by ~sorrow on ~scoopta/wofi

#inner-box {
  margin: 5px; 
}

#8 Cannot select an item with keyboard 5 years ago

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/