#!/bin/bash export PATH=~/.local/bin:$PATH export WLR_RENDERER=vulkan for fpath in ~/.config/*/env.sh; do . "$fpath" done