forked from colonelpanic/dotfiles
[Linux] Load XDG_DATA_DIRS in xprofile
This commit is contained in:
parent
1db8fe3088
commit
7f622596b3
@ -1,9 +1,11 @@
|
|||||||
# -*- mode: sh; -*-
|
# -*- mode: sh; -*-
|
||||||
|
|
||||||
|
|
||||||
# If there are issues with path, check /etc/profile for hard overrides of PATH.
|
# If there are issues with path, check /etc/profile for hard overrides of PATH.
|
||||||
. "$HOME/.lib/login.sh"
|
. "$HOME/.lib/login.sh"
|
||||||
# XXX: prevents https://github.com/xmonad/xmonad/issues/86 from affecting startup
|
# XXX: prevents https://github.com/xmonad/xmonad/issues/86 from affecting startup
|
||||||
|
|
||||||
rm -f ~/.xmonad/xmonad.state
|
rm -f ~/.xmonad/xmonad.state
|
||||||
load_xkb_map.sh
|
load_xkb_map.sh
|
||||||
|
|
||||||
|
run_if_exists systemctl --user import-environment XDG_DATA_DIRS
|
||||||
|
run_if_exists systemctl --user start wm.target
|
||||||
|
Loading…
Reference in New Issue
Block a user