From 663b4c29a51b9fd28f21154ef90ebe39593fea16 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 3 Nov 2023 18:26:19 -0500 Subject: initial commit --- .zprofile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..267cbf5 --- /dev/null +++ b/.zprofile @@ -0,0 +1,15 @@ +if test -z "${XDG_RUNTIME_DIR}"; then + export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir + if ! test -d "${XDG_RUNTIME_DIR}"; then + mkdir "${XDG_RUNTIME_DIR}" + chmod 0700 "${XDG_RUNTIME_DIR}" + fi +fi + +# Sway fixes for firefox and screensharing +export MOZ_ENABLE_WAYLAND="1" +export XDG_CURRENT_DESKTOP=sway +export QT_QPA_PLATFORM="wayland-egl" + +# Connect to VPN +doas $HOME/vpn.sh -- cgit v1.2.3-70-g09d2