repo.or.cz
/
notion.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add manpage for notionflux
[notion.git]
/
test
/
integration
/
xinerama
/
02_removed_display.lua
blob
90c2337bcee1ebe83b63a8768c79cd18d37c6819
1
mod_xinerama
.
refresh
();
2
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
6
7
os
.
execute
(
"cp xinerama/fakexinerama-2monitors xinerama/.fakexinerama"
);
8
9
return
"ok"