Skip to content

Commit 2e42846

Browse files
committed
Add unclutter, remove mouse
1 parent 96a213d commit 2e42846

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ $os == "Linux" ]; then
2121
# sudo apt-get upgrade
2222

2323
# same for any debian disto (untested), including rpi (tested)
24-
sudo apt-get install chromium
24+
sudo apt-get install chromium unclutter
2525

2626
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
2727
# on RaspberryPi or other arm 6/7 device

scripts/.xinitrc.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ xset s off
44
xset -dpms
55
xset s noblank
66

7+
unclutter -idle 0.1 &
8+
79
exec /usr/bin/chromium --noerrdialogs --kiosk --incognito $url

0 commit comments

Comments
 (0)