enable gtk
This commit is contained in:
10
home/xresources.nix
Normal file
10
home/xresources.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
xresources.properties = {
|
||||
"Xft.hinting" = true;
|
||||
"Xft.antialias" = true;
|
||||
"Xft.autohint" = false;
|
||||
"Xft.lcdfilter" = "lcddefault";
|
||||
"Xft.hintstyle" = "hintfull";
|
||||
"Xft.rgba" = "rgb";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user