Skip to content
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

key_grabber: call XResizeWindow when pulling down #526

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xie-dongping
Copy link

In a setting with XMonad and multiple monitors with different resolutions, when pulling down from a smaller monitor, the tilda window size becomes smaller and smaller. This adds a resize function after the call to fix the bug (might be gtk bug, though).

Note that XMonad is not tiling tilda but merely managing it.

Reproduction of the bug:

  • Use XMonad as the window manager, set Tilda to floating
  • Press the pulldown button the smaller screen which doesn't have tilda
  • Expected outcome: tilda pulls down with its original size
  • Actual outcome: tilda pulls down with the size proportionally smaller according to the smaller screen.

In a setting with XMonad and multiple monitors with different
resolutions, when pulling down from a smaller monitor, the tilda window
size becomes smaller and smaller. This adds a resize function after the
call to fix the bug (might be gtk bug, though).

Note that XMonad is not tiling tilda but merely managing it.

Reproduction of the bug:
* Use XMonad as the window manager, set Tilda to floating
* Press the pulldown button the smaller screen which doesn't have tilda
* Expected outcome: tilda pulls down with its original size
* Actual outcome: tilda pulls down with the size proportionally smaller
  according to the smaller screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant