Update many things and add new colorscheme, termite config, tilda config, Xresource, etc...
This commit is contained in:
7
scripts/workarounds/inc_max_user_watches.sh
Normal file
7
scripts/workarounds/inc_max_user_watches.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# for e.g. nextcloud client, if it doesn't sync anymore
|
||||
|
||||
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf
|
||||
|
||||
sudo sysctl --system
|
Reference in New Issue
Block a user