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

Incorrect window size for QT applications #37

Open
wauterboi opened this issue Apr 13, 2022 · 0 comments
Open

Incorrect window size for QT applications #37

wauterboi opened this issue Apr 13, 2022 · 0 comments

Comments

@wauterboi
Copy link

Hello,

I'm running XFCE4 on Manjaro and I'm unable to get QT applications to work. Everything else I throw at pygrid works fine except for QT applications. They have an unusual offset and do not seem to scale uniformly like GTK applications do.

Here's my pyconfig.json - I don't think it's relevant but I'd like to be complete:

{
  "default": {
    "maxheight": 0.67,
    "maxwidth": 0.67,
    "minheight": 0.33,
    "minwidth": 0.33,
    "padding": [
      16,
      16,
      16,
      16
    ],
    "snaptocursor": false,
    "spacing": 8,
    "xdivs": 3,
    "ydivs": 3
  },
  "keys": {
    "accelerator": "<Mod4>",
    "commands": {
      "KP_0": "maximize",
      "KP_1": "bottomleft",
      "KP_2": "bottom",
      "KP_3": "bottomright",
      "KP_4": "left",
      "KP_5": "middle",
      "KP_6": "right",
      "KP_7": "topleft",
      "KP_8": "top",
      "KP_9": "topright",
      "KP_Divide": "max-stretch",
      "KP_Enter": "cycle-monitor"
    }
  }
}
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

No branches or pull requests

1 participant