Add manpage for notionflux
[notion.git] / test / integration / xinerama / 02_removed_display.lua
blob90c2337bcee1ebe83b63a8768c79cd18d37c6819
1 mod_xinerama.refresh();
3 if notioncore.find_screen_id(1) then
4 return "New number of screens should be 1, found ", notioncore.find_screen_id(1):name()
5 end
7 os.execute("cp xinerama/fakexinerama-2monitors xinerama/.fakexinerama");
9 return "ok"