dotwryn/config/xinitrc.i3

24 lines
463 B
Plaintext
Raw Normal View History

2022-11-28 23:01:50 +00:00
#!/bin/zsh
source "$HOME/.config/wryn/env.zsh"
source "$DOTWRYN/config/xinitrc.common"
command -v dex && dex -a
2024-04-13 23:05:22 +00:00
for FILE in $(find /etc/X11/xinit/xinitrc.d/ -type f)
do
source "$FILE"
done
unset FILE
[ -f /usr/lib/xfce-polkit/xfce-polkit ] \
&& exec /usr/lib/xfce-polkit/xfce-polkit &
[ -f /usr/lib/xfce4/notifyd/xfce4-notifyd ] \
&& exec /usr/lib/xfce4/notifyd/xfce4-notifyd &
2022-11-28 23:01:50 +00:00
$DOTWRYN/bin/xorg-activate-default &
cd
export DESKTOP_SESSION=i3wm
exec i3