summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-05 17:12:19 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-05 17:12:19 +0400
commita824c6147d5eb113587d8dcc47f3942a0211cb72 (patch)
treef98e85998515390e6084ac7073a00d03a949b0cf /README.md
parent06246eed9773ca60d9da99d4885bf36153b1396e (diff)
docs(README.md): troubleshoot OOM error in slock
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46ee2ed..1e333a4 100644
--- a/README.md
+++ b/README.md
@@ -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`.