Create chromium.desktop

Added autostart file for chromium -> needs to be place in /etc/xdg/austostart
This commit is contained in:
avollkopf 2021-08-27 17:04:07 +02:00
parent a7c9a5f0e6
commit 7fc8bf84bc

6
chromium.desktop Normal file
View file

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Chromium
Comment=Chromium Webbrowser
NoDisplay=false
Exec=chromium-browser --noerrordialogs --disable-session-crashed-bubble --disable-infobars --force-device-scale-factor=1.00 --start-fullscreen "http://localhost:8000"