Support for multiple instances of DWL

This commit is contained in:
2021-05-25 22:43:12 -07:00
parent b794ef8737
commit 3adcb1e58b
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
export XDG_RUNTIME_DIR=$(mktemp --directory --suffix=.${USER})
export XDG_RUNTIME_DIR=$1
echo $XDG_RUNTIME_DIR used for Wayland session
export WLR_LIBINPUT_NO_DEVICES=1