dotfiles/.bin/firefox
2024-02-14 07:55:58 +01:00

6 lines
95 B
Bash
Executable File

#!/bin/sh
export XDG_CACHE_HOME=/tmp firefox
export MOZ_X11_EGL=1
/usr/local/bin/firefox "$@"