Just saw that the script is running, but it is typing F5 as characters and not pressing the function key F5. Anny ideas how to do that?Check the script has execute permission chmod +x
The script seems to be sending F5 every 10 seconds via sleep 10 - should that be sleep 10m
In your wayfire.ini, modify where you run that script to output to a log file (xx.log). e.g. I have (for 2 tab switching)and have the script output the date/time when it is doing the F5Code:
switchtab = bash ~/switchtab.sh >>xx.log
Statistics: Posted by 3zzzie — Thu Dec 14, 2023 5:55 pm