dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 111a8796ffa6cec249742b771209a6c93c8da3ff
parent e50d9fe622a701a2014320cc9222d36db54b4dab
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun, 28 Apr 2024 20:09:30 -0400

preserve dbus session addr in file for mutt-wizard cronjob

Diffstat:
M.zprofile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.zprofile b/.zprofile @@ -30,4 +30,6 @@ export PATH=$HOME/.local/bin:$HOME/scripts:$PATH export XDG_CURRENT_DESKTOP=wlroots +env | grep -i "DBUS_SESSION_BUS_ADDRESS" | sed 's/^.*ADDRESS=//g' > $XDG_CACHE_HOME/dbus-session-addr + [ $(tty) = "/dev/tty1" ] && [ -z $DISPLAY ] && dbus-run-session dwl -s dwlb