stevensonmt
stevensonmt
On Manjaro, setting WINIT_UNIX_BACKEND=x11 does not work.
+1 on this issue. Setting `BULLETTRAIN_PROMPT_ADD_NEWLINE=(false)` removes the newline from the top of the terminal but then I'm stuck with a cramped terminal after a few commands.
@ChristianVermeulen make sure you put the character inside parenthesis and double quotes like so: (">>"). To answer the original question, though. You set the color code with %{FG[color]%} where color...
I have to periodically reload .zshrc for some reason for the color to stick. So in the terminal just do `. `
You might look at https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm46409506300752 for hints on what to set as the window type.
You have to match the window type to the behavior you want. If you make it `dock` the window manager will keep it on top of all other windows, like...
what window manager are you using?
What happens if you set the `own_window_type = 'dock'`?
That gives me an error. No pixel format available. I'm using X11 on Manjaro Linux with OpenGL version 3.0 Mesa 19.1.3. Getting the glium::glutin::GL_CORE for the app returns Specific(OpenGl, (3,...
Total noob here but saw this issue on reddit and thought it was interesting. I had an idea for how to approach the dot syntax collision. Essentially you would have...