diff options
| author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-11-05 21:16:58 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 21:16:58 +0400 |
| commit | 9029c4129e779f71df5bc2a1dddc5e1e2098432e (patch) | |
| tree | c8fab85fa4d1427769484361ea6322fcb36f37ea /README.md | |
| parent | b9f5a6bbb42628ca9d7da014367301c0d44e43e6 (diff) | |
| parent | a824c6147d5eb113587d8dcc47f3942a0211cb72 (diff) | |
Merge pull request #19 from sfarajli/dev
docs(README.md): troubleshoot OOM error in slock
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,5 +73,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`. |
