import os
import time
a = ["VLC Media Player", "Terminal"]
for i in a:
os.popen("xdotool search '{}' windowactivate".format(i))
print("Show window: {}".format(i))
time.sleep(5)
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}