dotwryn/config/xinitrc

13 lines
253 B
Plaintext
Raw Normal View History

2022-02-06 07:15:14 +00:00
#!/bin/zsh
source "$HOME/.config/wryn/env.zsh"
2022-08-23 03:27:20 +00:00
export PATH="$DOTWRYN/bin/$(hostnamectl --static):$PATH"
2022-02-06 07:15:14 +00:00
for SCRIPT in $(find /etc/x11/xinit/xinitrc.d); do source $SCRIPT; done
2022-04-20 18:59:45 +00:00
command -v dex && dex -a
$DOTWRYN/bin/xorg-activate-default &
2022-02-06 07:15:14 +00:00
cd
exec i3