XWayland: restore the abstract socket, and make it optional (#9615)
* Revert "xwayland: don't create an abstract unix domain socket on linux (#8874)" (#9574)
This reverts commit 2b01a5bcf6.
* xwayland: make the abstract Unix domain socket optional (#9574)
* xwayland: extend the default permissions for a regular Unix domain socket (#9574)
* xwayland: a little refactoring for `createSocket`
This commit is contained in:
parent
a25a214523
commit
7b10530a0d
3 changed files with 53 additions and 15 deletions
|
|
@ -652,6 +652,7 @@ CConfigManager::CConfigManager() {
|
|||
registerConfigVar("xwayland:enabled", Hyprlang::INT{1});
|
||||
registerConfigVar("xwayland:use_nearest_neighbor", Hyprlang::INT{1});
|
||||
registerConfigVar("xwayland:force_zero_scaling", Hyprlang::INT{0});
|
||||
registerConfigVar("xwayland:create_abstract_socket", Hyprlang::INT{0});
|
||||
|
||||
registerConfigVar("opengl:nvidia_anti_flicker", Hyprlang::INT{1});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue