diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 19:27:56 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 19:27:56 -0500 |
| commit | c08c3a2fb0475472f2bfa74fad9ed4026afa2ef4 (patch) | |
| tree | f2a66f93c18deb17f43c3d2eb3c97650a9ddc902 /.config/shell/profile | |
| parent | 5f3576da169c7dc15dfb7e7d6e2f71db27583354 (diff) | |
| download | eibhear-c08c3a2fb0475472f2bfa74fad9ed4026afa2ef4.tar.gz eibhear-c08c3a2fb0475472f2bfa74fad9ed4026afa2ef4.tar.zst eibhear-c08c3a2fb0475472f2bfa74fad9ed4026afa2ef4.zip | |
fix #936
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 1057677..9515179 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -148,7 +148,7 @@ if pacman -Qs libxft-bgra >/dev/null 2>&1; then else echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm. Please run: - \033[32mparu -S libxft-bgra-git\033[0m + \033[32myay -S libxft-bgra-git\033[0m and replace \`libxft\`. Afterwards, you may start the graphical server by running \`startx\`." fi |
