Add pika-hyprland-settings/etc/nvidia/nvidia-application-profiles-rc.d/50-hyprland.json

This commit is contained in:
ferreo 2025-02-17 19:23:46 +01:00
parent 063bd3637e
commit b2d76bcda9

View File

@ -0,0 +1,22 @@
{
"rules": [
{
"pattern": {
"feature": "procname",
"matches": "Hyprland"
},
"profile": "Limit Free Buffer Pool On Wayland Compositors"
}
],
"profiles": [
{
"name": "Limit Free Buffer Pool On Wayland Compositors",
"settings": [
{
"key": "GLVidHeapReuseRatio",
"value": 1
}
]
}
]
}