-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToggleMaximize can not restore its original position #112
Comments
I can't reproduce this. Can you give more details? Does it happen for every window? If not, which one does it happen for? Can you get precise measurements on how the geometry differs? (Try using |
I press about 10 times of Mod4-x, and then it occurs. I try create another terminal by Mod4-t again named as T2 |
Hmm. I was able to reproduce this with I'll have to debug this further, but I suspect |
BTW, is there useful hint to test this issue, could I change wingo hot key behavior through wingo-cmd ? |
I don't really understand your question. Change what behavior? You can change (just about) every key binding in Wingo, including maximize/unmaximize toggling. The actual stuff that happens when you maximize or unmaximize cannot be changed. Wingo follows the EWMH standards. Clients should too. |
I changed the key binding to lxterminal and it occurs the same problem. In the previous BTW question, I mean could I change key binding on runtime without modify the key.wini and kill wingo process and restart wingo. |
I can reproduce it with
There's no need for this. Bind a key to an arbitrary bash script, then change what that script does at your discretion. The only way to reload changes in config files is to restart Wingo. |
Test method:
(I've changed all Mod1 key as Mod4 key)
Mod4-t launch terminal ( assume put on x1,y1-x2,y2 rectangle)
Mod4-x maximize it
Mod4-x un-maximize it (but it restored to another position and size different to x1,y1-x2,y2)
The text was updated successfully, but these errors were encountered: