]> git.sur5r.net Git - i3/i3.github.io/blobdiff - docs/user-contributed/swapping-workspaces.html.mako
fix docs/user-contributed/swapping-workspaces.html
[i3/i3.github.io] / docs / user-contributed / swapping-workspaces.html.mako
index b3ed1738d2d1e6be7f6c75284327510d6df3fa0e..021f4583792980af02b619b288fd0bcdea6cdfa8 100644 (file)
@@ -34,11 +34,11 @@ i3.workspace(outputs[0]['current_workspace'])
 
 # ..and move it to the other output.
 # outputs wrap, so the right of the right is left ;)
-i3.move__workspace__to__output__right()
+i3.command('move', 'workspace to output right')
 
 # rinse and repeat
 i3.workspace(outputs[1]['current_workspace'])
-i3.move__workspace__to__output__right()</tt></pre>
+i3.command('move', 'workspace to output right')</tt></pre>
 
 <p>
 A very simple way to use this script is as follows: Put the script in a file,