fix: x11 for chromium based applications

This commit is contained in:
Guz
2025-02-11 12:19:33 -03:00
parent 34bc6b83f2
commit 22a816760e
2 changed files with 6 additions and 0 deletions

View File

@@ -46,5 +46,6 @@
XCURSOR_PATH = "$HOME/.icons";
};
};
"com.brave.Browser" = {Context.sockets = ["x11"];};
};
}

View File

@@ -10,4 +10,9 @@
"com.valvesoftware.Steam"
"dev.vencord.Vesktop"
];
services.flatpak.overrides = {
"com.bitwarden.desktop" = {Context.sockets = ["x11"];};
"com.github.vikdevelop.photopea_app" = {Context.sockets = ["x11"];};
"dev.vencord.Vesktop" = {Context.sockets = ["x11"];};
};
}