Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linak:browser [2020/08/27 07:03] superuser |
linak:browser [2024/11/25 15:23] (current) superuser |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| and add the following lines | and add the following lines | ||
| + | <code> | ||
| + | @unclutter -idle 0.1 | ||
| + | @chromium-browser http://localhost:5000 --fullscreen-mode --kiosk | ||
| + | </code> | ||
| + | this will open google in fullscreen on boot and after login(if login is enabled) | ||
| + | |||