-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Detect macOS yabai(Window manager) #984
Comments
neofetch only knows you have a process named yabai running, it doesn't know whether it is the WM yabai or not. Same as |
Oh I didn't know it was separated |
I want to clarify it again that the wm detection is very loose. Try this $ ln -s $(which vim) fakechunkwmfake && ./fakechunkwmfake &
$ neofetch |
Is yabai an ancestor process of the iterm2 process? What does |
|
|
I don't really know how to read the output but it sure has yabai in it
|
Just paste the output here
|
Good. So that yabai is a daemon process. We can reduce some mis-detection by testing its ppid is 1 You can remove the process list |
Rectangle output from
and
Any thing else I can do to help debug? |
Be sure to read FAQ before submitting a new issue.
Wanted features:
Currently fastfetch doesn't know I'm using yabai for window manager
Motivation:
neofetch does know I'm using a custom window manager as seen below:
But fastfetch just says Quartz:
The text was updated successfully, but these errors were encountered: