diff options
| author | uint23 <72694427+uint23@users.noreply.github.com> | 2025-05-29 11:34:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 11:34:28 +0100 |
| commit | 718bcab08c2c0e7db628b6d0eae833184fca17d4 (patch) | |
| tree | 3ff211d12e84b9372f0f443570d9f4ea1bf52bf0 /README.md | |
| parent | 65ef10005ced5d290348f7dac774d28886c2be63 (diff) | |
| parent | bcb860b6660663ba5155debeb92f0d1e6a452eb8 (diff) | |
Merge pull request #55 from pbadeer/patch-1
Add missing dependency to ubuntu install instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ bind : mod + shift + 5 : moveto_ws5 <details> <summary>Debian / Ubuntu / Linux Mint</summary> <pre><code>sudo apt update -sudo apt install libx11-dev libxinerama-dev build-essential</code></pre> +sudo apt install libx11-dev libxcursor-dev libxinerama-dev build-essential</code></pre> </details> <details> |
