Files
senior-kiosk/system-config/xorg-50-kiosk-hardening.conf
T
jgitta 6c756e3adc Initial release v0.01 — SeniorNet kiosk browser
- PyQt5 floating toolbar (Back, Forward, HOME, Bookmarks) over Google Chrome
- Scrollable bookmarks bar with nested folder dropdown menus
- Chrome DevTools Protocol (CDP) for navigation control
- Home screen with large senior-friendly buttons (Gmail, Google, Weather, News, Facebook, Messenger, YouTube)
- Automatic GPU/ML cache cleanup on every Chrome launch
- Kiosk hardening: TTY switching blocked, keyboard shortcuts intercepted, auto-restart on crash
- System config files and install script included
2026-05-21 11:39:10 +00:00

5 lines
101 B
Plaintext

Section "ServerFlags"
Option "DontVTSwitch" "true"
Option "DontZap" "true"
EndSection