added screen.c, removed layout.c and tag.c
This commit is contained in:
parent
96d7fe16ea
commit
47765f7286
7 changed files with 217 additions and 230 deletions
2
main.c
2
main.c
|
@ -206,7 +206,7 @@ setup(void) {
|
|||
XSetFont(dpy, dc.gc, dc.font.xfont->fid);
|
||||
/* multihead support */
|
||||
selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
|
||||
loaddwmprops();
|
||||
getdwmprops();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue