glava icon indicating copy to clipboard operation
glava copied to clipboard

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

Open ConstantMan opened this issue 3 years ago • 1 comments

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

ConstantMan avatar Apr 14 '21 12:04 ConstantMan

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

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

githtz avatar Apr 19 '21 16:04 githtz