Files
dotfiles/rua-scripts/linux/xdg-startup.sh
2025-01-16 16:30:17 +08:00

7 lines
101 B
Bash

#!/bin/bash
export XDG_RUNTIME_DIR=/tmp/$UID
if [ ! -d $XDG_RUNTIME_DIR ]; then
mkdir /tmp/$UID
fi