Disable neofetch cpu usage, disable picom glx backend
This commit is contained in:
parent
177aaecc4b
commit
93552016b3
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue