Add a web browser tab.

This commit is contained in:
Greyson Parrelli
2026-08-11 12:39:14 -04:00
parent 918ccec6e1
commit a7a9429d09
12 changed files with 868 additions and 93 deletions
+5
View File
@@ -39,6 +39,11 @@ export WLR_LIBINPUT_NO_DEVICES=1
export WLR_RENDERER=pixman
export LIBGL_ALWAYS_SOFTWARE=1
export GSK_RENDERER=cairo
# WebKit's web process renders through mesa, which the dev shell has already
# pointed at its own copy; here we only force that mesa down to its software
# rasterizer, so a web pane paints the same way with or without a GPU.
export GALLIUM_DRIVER=llvmpipe
export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}"
export SWAYSOCK="$RUNDIR/sway.sock"
# Don't let the app fall back to the real session.