dotwryn/config/xinitrc.i3

18 lines
373 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
[ -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