updated config; updated umbreon xorg functions

This commit is contained in:
2022-08-09 13:27:44 -06:00
parent 6a8fced92a
commit 0a4924b70b
8 changed files with 16 additions and 110 deletions

View File

@ -1,34 +1,12 @@
#!/bin/zsh
source "$HOME/.config/wryn/env.zsh"
#####################################################################
X11_SCRIPTS='/etc/X11/xinit/xinitrc.d';
if [ -d $X11_SCRIPTS ]
then
for script in $(find "$X11_SCRIPTS" -name \*.sh); do
source "$script"
done
fi
export PATH="$DOTWRYN/bin/xorg/$(hostnamectl --static):$PATH"
for SCRIPT in $(find /etc/x11/xinit/xinitrc.d); do source $SCRIPT; done
command -v dex && dex -a
#####################################################################
CUSTOM_DMENU_COMMANDS="$HOME/.local/dmenu"
[ ! -d $CUSTOM_DMENU_COMMANDS ] && mkdir $CUSTOM_DMENU_COMMANDS
export PATH="$CUSTOM_DMENU_COMMANDS:$PATH"
#####################################################################
LAYOUT_DIR="$DOTWRYN/bin/xorg/$(hostnamectl --static)"
[ -d $LAYOUT_DIR ] && export PATH="$LAYOUT_DIR:$PATH"
$DOTWRYN/bin/xorg/activate-default &
#####################################################################
cd
exec i3