We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3f3a9 commit 9c45625Copy full SHA for 9c45625
2 files changed
install.sh
@@ -23,6 +23,7 @@ if [ $os == "Linux" ]; then
23
# same for any debian disto (untested), including rpi (tested)
24
sudo apt-get install chromium
25
sudo apt-get install unclutter
26
+ sudo apt-get install matchbox-window-manager
27
28
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
29
# on RaspberryPi or other arm 6/7 device
scripts/.xinitrc.tpl
@@ -5,5 +5,6 @@ xset -dpms
5
xset s noblank
6
7
unclutter -idle 0.1 &
8
+matchbox-window-manager -use_cursor no &
9
10
exec /usr/bin/chromium --noerrdialogs --kiosk --incognito $flags "$url"
0 commit comments