We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a213d commit 2e42846Copy full SHA for 2e42846
install.sh
@@ -21,7 +21,7 @@ if [ $os == "Linux" ]; then
21
# sudo apt-get upgrade
22
23
# same for any debian disto (untested), including rpi (tested)
24
- sudo apt-get install chromium
+ sudo apt-get install chromium unclutter
25
26
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
27
# on RaspberryPi or other arm 6/7 device
scripts/.xinitrc.tpl
@@ -4,4 +4,6 @@ xset s off
4
xset -dpms
5
xset s noblank
6
7
+unclutter -idle 0.1 &
8
+
9
exec /usr/bin/chromium --noerrdialogs --kiosk --incognito $url
0 commit comments