We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434bf76 commit 13c5ad8Copy full SHA for 13c5ad8
test/integration/xrandr/03_new_screen_has_ws.lua
@@ -59,7 +59,7 @@ if notioncore.find_screen_id(0):mx_nth(0):name() ~= 'WGroupWS' then
59
return "First workspace not correctly returned to first screen"
60
end
61
if notioncore.find_screen_id(0):mx_nth(1):name() ~= 'WGroupWS<1>' then
62
- return "Second workspace correctly kept on first screen"
+ return "Second workspace not correctly returned on first screen"
63
64
if notioncore.find_screen_id(1):mx_nth(0):name() ~= 'WGroupWS<2>' then
65
return "Second screen did not get new workspace: " .. notioncore.find_screen_id(1):mx_nth(0):name()
0 commit comments