From ef55687ec200f619932dc6a74e739f8caa8c322f Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 19 Jun 2024 07:14:43 -0500 Subject: [PATCH] sway: clean up env comments --- outerheaven.init3.home/.config/sway/sway/environment | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/outerheaven.init3.home/.config/sway/sway/environment b/outerheaven.init3.home/.config/sway/sway/environment index 88722df..9b8e4fe 100644 --- a/outerheaven.init3.home/.config/sway/sway/environment +++ b/outerheaven.init3.home/.config/sway/sway/environment @@ -41,8 +41,9 @@ W_ELECTRON_FEATURES="VaapiVideoDecoder,VaapiVideoEncoder,WebRTCPipeWireCapturer, #W_ELECTRON_ARGS="--silent --enable-gpu --use-gl=egl --enable-features='${W_ELECTRON_FEATURES}' --ozone-platform-hint=auto" W_ELECTRON_ARGS="--silent --enable-gpu-rasterization --enable-sync --disable-features='AudioServiceSandbox,Vulkan' --enable-features='${W_ELECTRON_FEATURES}' --ozone-platform-hint=auto" -# maximum 'eFfIciEncY', avoid a ton of syscalls - set TZ to use localtime for glibc benefit, ref: +# avoid a ton of syscalls - set TZ to use localtime for glibc benefit, ref: # https://blog.packagecloud.io/set-environment-variable-save-thousands-of-system-calls/ -# flatpak things get weird with this, commenting out #TZ=:/etc/localtime -# untested theory, may improve: TZ=:../usr/share/zoneinfo/America/Chicago +# flatpak things get weird with this, commenting out +# untested theory, may improve things - similar to how 'resolv.conf' links should be relative, not absolute: +# TZ=:../usr/share/zoneinfo/America/Chicago