Vulcalien
Vulcalien
Do you mean something like this? 
There is an option for a custom shell. In preferences, go to Profiles > Command and you'll see "Run a custom command instead of my shell". As for the feature...
I think the issue about the background image not updating was fixed in this PR #551 (specifically this commit a06e7951f66175336872794fdb4f33a6ff804fb6). I would need to double check if it actually fixes...
> I realized yesterday that there's a couple of MS delay on my input Indeed, the code that draws the image was very inefficient, but that was fixed in the...
I think it might be working as intended. I tried this on other terminals (gnome-terminal and st) and `Shift+Insert` is the same as `Middle Click`.
Here is a config file to help display what this PR does. Also useful for testing. Change the paths for settings `window_background_image` and `background_image` to whatever image. [config.txt](https://github.com/gnome-terminator/terminator/files/8949136/config.txt)
This looks nice, you could submit a pull request. It will improve readability, thanks!
Hello! Thanks for reporting this. It's probably a bug; I can't even create a keybind with altgr. Could you send us a copy of your `config` file? It's in the...
In #589 I dealt with what seems to be the same issue. That code should be easily adapted to fix this as well.
Ok should be working! I put the fix in #589 since it uses similar code