Seninha

Results 53 comments of Seninha

I did another change and I could not reproduce the bug here, can you try if the bug persists? The change broke the patch, however, the conflicts must be resolved.

I'd like to have `MANPREFIX` separated from `MANDIR`, since in OpenBSD (and other systems), the `MANPREFIX` is `${PREFIX}/man` (and not `${PREFIX}/share/man`). Having only `MANDIR` would require the port maintainer or...

> Any objection to using `pkg-config`? I do not want to use it, some BSD systems do not have it installed by default. And xmenu is already on the ports...

That's a good feature, but really non trivial. I'm gonna work on this one later.

That would require a non trivial and large change to the code, as all the code for drawing items, text editing and pointer navigation assumes that items are vertically listed....

Performing alt-tab via a remote controller (`shodc`) is kind of a botch, because the window manager cannot know when the user is done cycling the containers for it to reorganize...

> also show a small preview when switching containers thru the modifier. Miniatures/previews would require lots of code and can be done by a different application, like [alttab](https://github.com/sagb/alttab). Basically, there...

I just implemented alt-tab. I also reworked on the code and split it into some files (rather than a single large one). Found and fixed some bugs while doing that.

That's an interesting idea. I think I'll implement custom keybindings in the input itself, rather than in environment variables. I'm gonna implement it probably in the next week.

How does it lose focus? When clicking on the dialog window it gain focus. Are you referring to losing focus when focusing another window and then focusing back the original...