diff options
author | fpi | 2021-03-11 16:54:28 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:58 +0100 |
commit | 334933c6db07b834861cd8fc1adfd5dfa5a6058f (patch) | |
tree | 695f001d0727a8a2674a70d7551fcea21e815a47 | |
parent | Add a fallback font (for emojis) (diff) |
EXWM: No longer try to start dbus
Diffstat (limited to '')
-rw-r--r-- | init-exwm.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init-exwm.org b/init-exwm.org index 73a4500..01e8bc5 100644 --- a/init-exwm.org +++ b/init-exwm.org @@ -25,7 +25,9 @@ export EDITOR="$VISUAL" gpg-agent --daemon export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -exec dbus-launch --exit-with-session /home/fpi/.local/bin/emacs +# exec dbus-launch --exit-with-session /home/fpi/.local/bin/emacs +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus +exec /home/fpi/.local/bin/emacs #+end_src * EXWM config #+begin_src emacs-lisp |