Matt Rose
Matt Rose
If you use the 'contents-changed' signal, that captures all output to the terminal, rather than 'commit', which just captures user input, that should capture all the text output to the...
Am I correct in assuming this is an enhancement request?
Thanks, I'll take a look at this. I think you're right about `hide_window`, I'll look into it when I have some time
hmm, could this be it? ``` if self.config['keybindings']['hide_window'] != None: if display_manager() == 'X11': ``` Are you running X11 or Wayland?
We've had trouble with global keybindings on Wayland in the past, so that's why that code is there, but I wonder what will happen if we remove it.
Weird, it doesn't work on GNOME 40 on my system either. It looks to me like the hide_window keypress doesn't seem to call the on_hide_window() function. I'm still trying to...
initial debug is in https://github.com/mattrose/terminator/tree/hide_window_debug
That is an interesting solution. The trick is storing which window to unhide and sending the signal to that window. I have some ideas...
Oddly enough this might tie into the background image work as well.
@egmontkob can you take a look at #223 and see if this is what you mean? It works really well on my Mac but it has weird inexplicable effects on...