Layout: Add nmaster support to new Mirror layout.

This commit is contained in:
Martin Duquesnoy
2009-03-30 04:27:20 +02:00
parent c1bcd7c405
commit 44aa82eb4e
2 changed files with 57 additions and 43 deletions

View File

@@ -142,7 +142,7 @@ init_root(void)
XChangeWindowAttributes(dpy, ROOT, CWEventMask | CWCursor, &at);
if(conf.root.background_command)
uicb_spawn(conf.root.background_command);
spawn(conf.root.background_command);
ewmh_init_hints();
ewmh_get_number_of_desktop();