-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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"
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels