Sunday, 2 June 2019

linux - Fullscreen Browser



I'm looking for a fullscreen browser for linux. It doesn't have to have any controls. It suffices if I can control the page on startup by passing a commandline argument.


If possible, I'd like to avoid any toolkits (like GTK).


There is no interaction needed. The website updates itself automatically.



Answer



None of the browsers are particularly lightweight anymore due to the increasing number of formats and protocols they must support.


Chromium seems pretty self-contained though, and you can launch in full screen with the kiosk switch:


chromium --kiosk 

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...