mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
add custom scripts
This commit is contained in:
6
rua-scripts/rua-scripts/xdg-startup.sh
Normal file
6
rua-scripts/rua-scripts/xdg-startup.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export XDG_RUNTIME_DIR=/tmp/$UID
|
||||
if [ ! -d $XDG_RUNTIME_DIR ]; then
|
||||
mkdir /tmp/$UID
|
||||
fi
|
Reference in New Issue
Block a user