Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

After running the tool, win terminal sometimes has an incorrect tile size #12

Open
DreamMaoMao opened this issue Sep 24, 2024 · 7 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@DreamMaoMao
Copy link

image

After running the tool, win terminal sometimes has an incorrect tile size, as shown in the figure, win terminal does not automatically tile the screen, which does not appear when the tool is not running

@ptazithos ptazithos self-assigned this Sep 24, 2024
@ptazithos ptazithos added the bug Something isn't working label Sep 24, 2024
@ptazithos
Copy link
Owner

May I know your glazewm-extra config?

@DreamMaoMao
Copy link
Author

May I know your glazewm-extra config?

[[window_rules]]
command = "set title false"
match_process_name = ".*"

[[window_rules]]
command = "set rounded true"
match_process_name = ".*"

[[focused_window_rules]]
command = "set translucent 255"
match_process_name = ".*"

[[unfocused_window_rules]]
command = "set translucent 220"
match_process_name = ".*"

@ptazithos
Copy link
Owner

I do notice that set title false is sometime buggy. Could you please disable that and retry?

[[window_rules]]
command = "set rounded true"
match_process_name = ".*"

[[focused_window_rules]]
command = "set translucent 255"
match_process_name = ".*"

[[unfocused_window_rules]]
command = "set translucent 220"
match_process_name = ".*"

@DreamMaoMao
Copy link
Author

DreamMaoMao commented Sep 24, 2024

Now that I've disabled hide title, I don't have this problem anymore

@ptazithos
Copy link
Owner

I will keep tracing this issue. It will take a while.
At this moment, please use glazewm-extra with title function disabled. Sry.

@DreamMaoMao
Copy link
Author

glzr-io/glazewm#735

It seems that this function will be merged into the main branch

@ptazithos
Copy link
Owner

Got it. Thx. I will remove this func in the next release.

@ptazithos ptazithos added the wontfix This will not be worked on label Sep 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants