mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
19 lines
852 B
Markdown
19 lines
852 B
Markdown
# FAQ
|
|
|
|
- [My graphs look kinda weird with some extra dots, how do I fix this?](#braille-support)
|
|
|
|
<h3 name="braille-support">
|
|
My graphs look kinda weird with some extra dots, how do I fix this?
|
|
</h3>
|
|
|
|

|
|
|
|
You'll have to make sure you have proper braille font support. For example, for Arch, you may have to
|
|
install ttf-ubraille and/or properly set it up for your terminal.
|
|
|
|
- [Why can't I see all my processes/process usage on macOS?]
|
|
|
|
You may have to run the program with elevated privileges - i.e. `sudo btm`. If you don't like doing
|
|
this repeatedly, you can manually force it to run with root each time - for example, following
|
|
[this related guide from the htop wiki](https://github.com/hishamhm/htop/wiki/macOS:-run-without-sudo).
|