Anthias
Anthias copied to clipboard
Http assets in a small window
I kept getting the http assets in a small window (in a screen with 1920x1080 it took about a quarter of the area), while I had in screenly.conf
[viewer]
resolution = 1920x1080
(same thing in ~/.screenly/screenly.conf)
In the end I changed viewer.py line 140 from:
browser = sh.Command('uzbl-browser')(print_events=True, config='-', uri=current_browser_url, _bg=True)
to:
browser = sh.Command('uzbl-browser')(print_events=True, config='-', uri=current_browser_url, _bg=True, geometry='maximized')
That made the browser maximize. I know it is a hack, but I don't have deeper understanding how the resolution work.
@xhujerr Are you able to reproduce this using the latest update and/or disk image?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.