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

This commit is contained in:
ferreo 2025-02-17 19:24:16 +01:00
parent b2d76bcda9
commit 2a35704a30

View File

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