Disable neofetch cpu usage, disable picom glx backend

This commit is contained in:
Siina Mashek 2020-07-30 18:11:41 +03:00 committed by Siina Maček
parent 177aaecc4b
commit 93552016b3
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ print_info() {
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "CPU Usage" cpu_usage
# info "CPU Usage" cpu_usage
info "GPU" gpu
info "GPU Driver" gpu_driver # Linux/macOS only
info "Memory" memory

View File

@ -1,9 +1,9 @@
backend = "glx";
#backend = "glx";
vsync = true;
use-damage = true;
unredir-if-possible = false; # Fixes flickering
glx-no-stencil = true;
# glx-no-stencil = true;
# glx-copy-from-front = false;
# glx-use-damage = false;