Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linak:browser [2020/08/27 07:01] superuser created |
linak:browser [2024/11/25 15:23] (current) superuser |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Install unclutter to be able to hide a cursor: | ||
| + | <code> | ||
| + | apt-get install unclutter | ||
| + | </code> | ||
| - | Open global autostart file | + | open global autostart file |
| <code> | <code> | ||
| Line 7: | 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) | ||
| + | |||