diff options
author | Joe <rbo@gmx.us> | 2024-04-20 01:08:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-20 01:08:01 +0200 |
commit | 94f9e0f5be76a3bda4218cbd094ec23e933b1eab (patch) | |
tree | 83a733de8da66cc31d27f338958cd3ed3a0265f8 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.gz dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.bz2 dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.xz dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.zst dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 18addd3..12a1dad 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -43,6 +43,8 @@ case $(hostname -s) in ;; esac +doas mkdir /var/run/jozan && doas chown -v jozan: /var/run/jozan + $ping && git --git-dir="$HOME"/docs/dotfiles-bsd --work-tree="$HOME" pull startif() { |