summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-193-6Julian Xhokaxhiu
2019-10-193-5Julian Xhokaxhiu
2019-10-19Remove non allowed AUR filesJulian Xhokaxhiu
Reference them externally
2017-09-043-4Julian Xhokaxhiu
2017-09-04Wrong formatJulian Xhokaxhiu
Expected output: WIDTH,HEIGHT Before it was: WIDTHxHEIGHT
2017-09-043-3Julian Xhokaxhiu
2017-09-04Autodetect resolution outputJulian Xhokaxhiu
Based on the current one chosen during boot
2017-09-023-2Julian Xhokaxhiu
2017-09-02Add xorg-xsetJulian Xhokaxhiu
2017-07-01Add support for Intel GPUs HW AccelerationJulian Xhokaxhiu
2017-03-15Slim down the manifest sizeJulian Xhokaxhiu
And fix the path to the background.js file
2017-03-15Add project URLJulian Xhokaxhiu
2017-03-15Reload a tab if it crashesJulian Xhokaxhiu
Thanks to https://chrome.google.com/webstore/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi
2017-03-15Reload a tab if it crashesJulian Xhokaxhiu
Thanks to https://chrome.google.com/webstore/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi
2017-02-18Clear cache and configuration before starting chromium processJulian Xhokaxhiu
This way we always make sure to start fresh at every reboot, even if unexpected
2017-02-02Bump versionJulian Xhokaxhiu
2017-02-02Shift "systemd-sysusers" from pre_install to post_installJulian Xhokaxhiu
See https://lists.archlinux.org/pipermail/arch-dev-public/2015-February/026963.html
2016-09-27Update .SRCINFOJulian Xhokaxhiu
2016-09-27Disable web security was not the right solutionJulian Xhokaxhiu
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.
2016-09-27Bump versionJulian Xhokaxhiu
And update the hashes
2016-09-27Disable Security restrictionsJulian Xhokaxhiu
This is useful if you need to embed some website via iframe, which usually are not allowed
2016-09-13A more robust solution to boot Chrome fullscreenJulian Xhokaxhiu
Actually hard-coded as 1080p. Next step would be to autodetect it.
2016-09-12These file are no more neededJulian Xhokaxhiu
2016-09-12Refactor the scriptJulian Xhokaxhiu
Now we require xlogin since the simple Shell script does not work. Add also a .xinitrc file for the autostart of Chrome using xinit.
2016-09-12Update MD5Julian Xhokaxhiu
One hash was wrong.
2016-09-12Better installation guideJulian Xhokaxhiu
When the user install this package, print some required informations like the URL file path, and possibility to customize it. Finally update hashes of the sh file.
2016-09-12Fix path to URL autostart txt fileJulian Xhokaxhiu
And update the Install file to generate it on first install
2016-09-12First commitJulian Xhokaxhiu
Still WIP and not tested. But looks fine for now.