jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 59 forks source link

Is it possible to hide glava -d output from terminal ? #197

Open ConstantMan opened 3 years ago

ConstantMan commented 3 years ago

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

githtz commented 3 years ago

Have you tried this? glava -d > /dev/null

// EDIT A much better solution is to change #request setprintframes false in rc.glsl