dotfiles/sway-runner

8 lines
149 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
if ! [ -d /tmp/$UID-runtime-dir ]; then
mkdir /tmp/$UID-runtime-dir
fi
export XDG_RUNTIME_DIR=/tmp/$UID-runtime-dir
sway $@