gnome-shell-extension-quake-mode
gnome-shell-extension-quake-mode copied to clipboard
Partially works with cool-retro-term
Tried it with CRT https://github.com/Swordfish90/cool-retro-term At first attempt, it works. Then i found a situation when terminal window does not show up. How to reproduce:
- Use extension and set up it to open CRT
- Open it and then exit the terminal
- Press drop-down hotkey. Expected behavior: It should start new terminal process and display it. Actual behavior: Terminal process starts, but window is invisible
Reason: when you run CRT for the first time, it starts un-maximized, in a window. Extension resizes it and everything is OK. When you launch CRT next time, it starts maximized (try to run it manually without extension). For some reason, extension breaks. If you run CRT manually, un-maximize it and exit, then extension is able to run it and display window again.
also does not work with Terminus, regardless of maximized/unmaximized window
The same problem with kitty.
If you run CRT manually, un-maximize it and exit, then extension is able to run it and display window again.
Works for me with kitty problem too.
Workaround for kitty:
# ~/.config/kitty/kitty.conf
remember_window_size no
initial_window_width 640
initial_window_height 400