Files
dots/.config/mequidots/notes.md
2024-11-02 19:26:20 +02:00

8 lines
384 B
Markdown

some notes for when reinstalling this setup:
# Xorg client limit
Xorg has a weird limit on the amount of clients, and every yabridge plugin is a new X client. The limit is 256, which can be easily be achieved. To change the limit to the maximum:
```bash
printf 'Section "ServerFlags"\n\tOption "MaxClients" "2048"\nEndSection\n' > /etc/X11/xorg.conf.d/99-maxclients.conf
```