mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
change backend to glx
This commit is contained in:
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-backend = true;
|
experimental-backend = true;
|
||||||
backend = "xrender";
|
backend = "glx";
|
||||||
|
glx-no-stencil = true;
|
||||||
|
glx-copy-from-font = false;
|
||||||
use-damage = false;
|
use-damage = false;
|
||||||
|
|
||||||
corner-radius = 0;
|
corner-radius = 0;
|
||||||
|
Reference in New Issue
Block a user