ptazithos / glazewm-extra

This repository provides additional features for GlazeWM.
MIT License
31 stars 1 forks source link

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

Open DreamMaoMao opened 1 month ago

DreamMaoMao commented 1 month ago

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 commented 1 month ago

May I know your glazewm-extra config?

DreamMaoMao commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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

ptazithos commented 1 month ago

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

DreamMaoMao commented 1 month ago

https://github.com/glzr-io/glazewm/pull/735

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

ptazithos commented 1 month ago

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