Age | Commit message (Collapse) | Author |
|
Reference them externally
|
|
Expected output: WIDTH,HEIGHT
Before it was: WIDTHxHEIGHT
|
|
Based on the current one chosen during boot
|
|
|
|
Thanks to https://chrome.google.com/webstore/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi
|
|
This way we always make sure to start fresh at every reboot, even if unexpected
|
|
In order to disable X-Frame-Option header security, we need to tackle this via an extension. So provide a way to automatically load it, every time the chromium process starts.
|
|
This is useful if you need to embed some website via iframe, which usually are not allowed
|
|
Actually hard-coded as 1080p. Next step would be to autodetect it.
|
|
Now we require xlogin since the simple Shell script does not work.
Add also a .xinitrc file for the autostart of Chrome using xinit.
|