glava
glava copied to clipboard
Is it possible to hide glava -d output from terminal ?
I like making scripts to automate the starting of multiple applications but glava -d outputs information breaking the terminal is there any way to hide that
Have you tried this?
glava -d > /dev/null
// EDIT
A much better solution is to change #request setprintframes false
in rc.glsl