diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-05 17:12:19 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-05 17:12:19 +0400 |
| commit | a824c6147d5eb113587d8dcc47f3942a0211cb72 (patch) | |
| tree | f98e85998515390e6084ac7073a00d03a949b0cf | |
| parent | 06246eed9773ca60d9da99d4885bf36153b1396e (diff) | |
docs(README.md): troubleshoot OOM error in slock
| -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`. |
