Windows terminal 'Quake' mode #328
-
Is there anyway to not resize the quake mode (windows + `) window of the windows terminal app? I'd like to still have normal terminal windows tiled. Not sure if this is possible though. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
It seems to be an issue with Terminal rather than with Glaze. If they implement profiles specific to quake mode then this should be possible. |
Beta Was this translation helpful? Give feedback.
-
@ccalhoun1999 can you reopen this? I'm also interested and, as it's not resolved, I'm curious if this is possible. Can you comment, @lars-berger? |
Beta Was this translation helpful? Give feedback.
-
@worldofgeese I can reopen it. I don't personally use quake mode anymore, but it would be nice to have working. |
Beta Was this translation helpful? Give feedback.
-
I think I have a solution for this one: in your config.yaml window_rules:
- commands: ['ignore']
match:
- window_process: { equals: 'WindowsTerminal' }
window_class: { regex: 'CASCADIA_HOSTING_WINDOW_CLASS' } I found the window class name here |
Beta Was this translation helpful? Give feedback.
I think I have a solution for this one:
in your config.yaml
I found the window class name here