dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 1119334eea72302dc3e19ae343b20fe88f491954
parent 0c701a556db7dda7b8f86998905b3d277a150c70
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat, 27 Jul 2024 08:56:41 +0900

enable dbus

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -7,7 +7,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export XDG_RUNTIME_DIR="/tmp/xdg_runtime_dir_$USER" -export DBUS_SESSION_BUS_ADDRESS="no" +#export DBUS_SESSION_BUS_ADDRESS="no" [ ! -d $XDG_CONFIG_HOME ] && mkdir -p $XDG_CONFIG_HOME [ ! -d $XDG_CACHE_HOME ] && mkdir -p $XDG_CACHE_HOME