Comment by ~cloudninja on ~scoopta/wofi
There is no overriding the behavior, beyond symlinking your desired terminal emulator to the
xterm
binary location, unfortunately. Unless something has changed, GIO doesn't provide a way of overriding the terminal when telling it to launch desktop files.
Comment by ~cloudninja on ~scoopta/wofi
Sorry I'm pretty sure it's a box-shadow then rather than a border, so
box-shadow: none
should do it.
Comment by ~cloudninja on ~scoopta/wofi
Does a border on (or otherwise set to none) #input not do it? I don't have any extra CSS turning off default CSS for that, and otherwise that's all I have set for its' border.
Please clarify what you mean, as ~cloudninja pointed out this is currently possible, additionally wofi does not control the CSS beyond some macros, the CSS is controlled entirely by GTK and provides a very rich set of features.
Comment by ~cloudninja on ~scoopta/wofi
Not sure exactly what you mean, setting
label { font-size: 200px; }
works for me (causing a disaster), even on 1.2.
Comment by ~cloudninja on ~scoopta/wofi
So I decided to test, I wrote a small lua script to dump my entire PATH into lines, and wofi definitely doesn't handle a full 5551 lines in dmenu mode instantly, so I'm not sure how you're accomplishing this. My script itself runs in less than .1 seconds according to the time util, so it shouldn't be a limiting factor there. Are you sure wofi is actually displaying all 4346 options, or just the ones you're actually using? If you don't have it hidden with css somehow, check that if you scroll wofi all the way to the bottom with the scrollbar that it doesn't move at all when you let go. I suspect Wofi is still populating the entire time.
Comment by ~cloudninja on ~scoopta/wofi
The issue with changing the manpages (from my perspective at least) is that flag doesn't allow "icons" but specifically images. The images you see in drun are just automatically found for you, but you can embed custom images into dmenu mode. I used it to make a wallpaper picker.
Comment by ~cloudninja on ~scoopta/wofi
Scoopta's referring to the terminal execution of run mode. It has a config option to specify a terminal to use. Drun mode does not have this, unfortunately.
Comment by ~cloudninja on ~scoopta/wofi
I'm running my wofi-hg package and i'm on the current tip of the repo, with updated sway 1.5.1 and wlroots 0.12.0-1 from community on arch. This issue is not happening to me. I don't believe the issue is fixed in the current release so I'd suggest running wofi-hg for the time being.
Comment by ~cloudninja on ~scoopta/wofi
Icons won't show up on run mode, there's no information on what icon to use for what binaries. You'll need to use drun or build your own run script using dmenu mode with some of the more advanced options with wofi.
For example, you can use the format
img:/path/to/image.png:text:image.png
to put an image next to the the text "image.png" in wofi, using dmenu mode.