How to make firefox in fullscreen mode while opening it from the firefox icon. As i need to open an localhost webpage (bookmarked) by default, no need for address bar. Tried F11, AutoFullscreen(addon) but not sufficient.
Asked
Active
Viewed 5,336 times
3 Answers
0
I got the solution, it is possible by adding userChrome.css, refer https://superuser.com/a/1269912 thanks for your support.
Jayapramod
- 61
0
Add to a launcher.desktop file the command: firefox --kiosk www.web.com.
Inside launcher.desktop:
[Desktop Entry]
Name=FirefoxFull
Exec=/bin/bash "firefox --kiosk www.web.com"
Type=Application
Terminal=true
Then right click on file and choose "Allow Launching".
Ventolinmono
- 133