pseyfert
pseyfert
It seems that the perl modules get loaded once for an urxvtd session. (steps to understand: 1. build shellex with one set of printouts in `on_start` 2. start urxvtd 3....
The resulting empty `shellex-size-*` files don't get cleaned up in `/tmp`.
Thanks for reporting. What comes ad-hoc to my mind is the following If it's related to #21 should be easy to check if you remove any urxvt configuration from your...
Thanks for the logs, I haven't seen this error before ``` urxvt: Protocol error: bad 9 (Drawable); Sequence Number 4 Opcode (14, 0) = GetGeometry Bad resource 0 (0x0) at...
Ha, next item for my todo-list improve documentation of the customization. I was thinking about the shellex configuration described here https://github.com/Merovius/shellex#configuration I assume you have a file `${HOME}/.Xresources` (which might...
Okay, thanks again for reporting and debugging. With this configuration, can we consider the issue "fixed **for you**"? I'd like to leave it open until there is a proper fix...
In #50, [fzf](https://github.com/junegunn/fzf) was suggested for fuzzy completion.
I hacked an addition of .desktop files here: https://github.com/pseyfert/shellex-desktop
note to future self: we had a discussion at 33c3 that a look into the freedesktop ewmh (extended window manager hints) might be worth a look.
@VictorKoenders I was also looking for serialized_size in bincode. My use case is I handle deserialization in rust open a file in python (the interface done with pyo3) and don't...