Initial commit

This commit is contained in:
2026-02-20 13:37:22 +02:00
commit 05534e8875
11 changed files with 469 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
export CHROME_WRAPPER=/usr/lib/chromium/chromium
export CHROME_DESKTOP=chromium.desktop
CHROME_FLAGS="--enable-gpu-rasterization $CHROME_FLAGS"
exec /usr/lib/chromium/chromium $CHROME_FLAGS "$@"