mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-22 05:24:54 +01:00
Create chromium.desktop
Added autostart file for chromium -> needs to be place in /etc/xdg/austostart
This commit is contained in:
parent
a7c9a5f0e6
commit
7fc8bf84bc
1 changed files with 6 additions and 0 deletions
6
chromium.desktop
Normal file
6
chromium.desktop
Normal 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"
|
Loading…
Reference in a new issue