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 bbac8d5 commit bc10e79Copy full SHA for bc10e79
casts/cast_live_python
@@ -26,7 +26,7 @@ geometry=${width}x${height}
26
this_window=$(xdotool getwindowfocus)
27
28
# For consistent appearance
29
-xterm +sb -fa Hermit -fs $fs -bg black -fg white -geometry $geometry -title Screencast-xterm -e "bash --rcfile cast_ipython.rc" &
+xterm +sb -fa Hermit -fs $fs -bg white -fg black -geometry $geometry -title Screencast-xterm -e "bash --rcfile cast_ipython.rc" &
30
xterm_pid=$!
31
sleep 2
32
0 commit comments