Hi All, I want to open 3 tabs on Chromium and rotate every X second, could you please give some directions.
Edit:
To add more tab
sudo nano /boot/dietpi.txt
# Chromium
SOFTWARE_CHROMIUM_RES_X=1600
SOFTWARE_CHROMIUM_RES_Y=1200
SOFTWARE_CHROMIUM_AUTOSTART_URL=http://webpage1.com http://webpage2.com http://webpage3.com
But still looking an way to rotate tabs
Chromium Multiple Tab and rotate
Re: Chromium Multiple Tab and rotate
Hi,
Many thanks for your request. Maybe you can have a look to following link
https://www.raspberrypi.org/forums/view ... p?t=131427
Many thanks for your request. Maybe you can have a look to following link
https://www.raspberrypi.org/forums/view ... p?t=131427
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 4
- Joined: Mon Jul 13, 2020 4:58 pm
Re: Chromium Multiple Tab and rotate
I got some information the xdotool, can do this by the command below, but I do where I need to add this line.
xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab
xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab