Charalampos Kardaris

Results 17 comments of Charalampos Kardaris

This is also a problem that is a little tricky because of how `ueberzug` draws images on the screen. Let me explain a little more how `ucollage` handles each image....

`ucollage` relies on [`ueberzug`](https://github.com/seebye/ueberzug) to draw the images. `ueberzug` only supports the X window system as it draws the images on top of the window and not inside of it....

I am afraid I don't understand you in this case. `ucollage` supports two different configuration file residing in `$HOME/.config/ucollage`. - `variables` to set the environment variables (see [[1]](https://ucollage.readthedocs.io/en/stable/variables.html)) - `scripts`...

> Maybe, it would be nice to have different behavior based on the file extension. For example, I can see that being especially useful for videos. Pressing enter over a...

Well the script in not exactly correct. Its pseudo-code. You should implement the conditionals Try that: ```bash #media_open.sh local mime type ext mime=$(file --mime-type -b "$1") type="${mime%/*} ext="${mime#*/} if [[...

> * Is there a way to skip the confirmation prompt? By default, the user is prompted if he wants to run the script. It would be nice if there...

This is something I had thought about when I was writing the image selection code. It seems to me that the action of fetching the next batch of images is...

> Another idea, if you are not a fan of directly switching to the next page, could be going to the next row, and only go to the next page...

I can reproduce the problem with `xterm` using `tabbed`. I am confident that the problem is with how `ueberzug` draws images. What happens is that they are drawn on the...

I think it works as expected based on the model I have in mind. `ueberzug` will draw the images on the X window. It can't differentiate between splits. `ucollage` will...