Many small edits.
This commit is contained in:
parent
741f510ce7
commit
c8b6342d3c
160 changed files with 2204 additions and 864 deletions
|
|
@ -346,9 +346,7 @@ xattach(char *label)
|
|||
|
||||
display_resources = XResourceManagerString(_x.display);
|
||||
if(display_resources == nil){
|
||||
home = getenv("home");
|
||||
if(home == nil)
|
||||
home = getenv("HOME");
|
||||
home = getenv("HOME");
|
||||
if(home!=nil && (file=smprint("%s/.Xdefaults", home)) != nil){
|
||||
XrmCombineFileDatabase(file, &database, False);
|
||||
free(file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue