From 7f622596b356c4271486d27d6dc61f707ad13c30 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 5 Jun 2018 21:31:29 -0700 Subject: [PATCH] [Linux] Load XDG_DATA_DIRS in xprofile --- dotfiles/xprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/xprofile b/dotfiles/xprofile index 34526974..ea51963e 100644 --- a/dotfiles/xprofile +++ b/dotfiles/xprofile @@ -1,9 +1,11 @@ # -*- mode: sh; -*- - # If there are issues with path, check /etc/profile for hard overrides of PATH. . "$HOME/.lib/login.sh" # XXX: prevents https://github.com/xmonad/xmonad/issues/86 from affecting startup rm -f ~/.xmonad/xmonad.state load_xkb_map.sh + +run_if_exists systemctl --user import-environment XDG_DATA_DIRS +run_if_exists systemctl --user start wm.target