Skip to content

Commit 9c45625

Browse files
committed
chromium needs windows manager to properly fullscreen.
1 parent 5a3f3a9 commit 9c45625

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [ $os == "Linux" ]; then
2323
# same for any debian disto (untested), including rpi (tested)
2424
sudo apt-get install chromium
2525
sudo apt-get install unclutter
26+
sudo apt-get install matchbox-window-manager
2627

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

scripts/.xinitrc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ xset -dpms
55
xset s noblank
66

77
unclutter -idle 0.1 &
8+
matchbox-window-manager -use_cursor no &
89

910
exec /usr/bin/chromium --noerrdialogs --kiosk --incognito $flags "$url"

0 commit comments

Comments
 (0)