diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,5 +75,10 @@ note: Some distros require installing `-devel` or `-dev` variants - Refer to [my dwm build man page](https://git.farajli.net/dwm.git/tree/dwm.1) for keybinds. # Troubleshooting +- slock gives OOM error, to fix it just run: + ``` bash + sudo chown root:root $(which slock) + sudo chmod u+s $(which slock) + ``` - brightnessctl can require privileged user to function, to solve it refer to [brightnessctl page](https://github.com/Hummer12007/brightnessctl#Permissions). - pulseaudio sometimes doesn't start automatically to start it manually run `pulseaudio --start`. |
