meta: add file
This commit is contained in:
7
.config/mequidots/notes.md
Normal file
7
.config/mequidots/notes.md
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user