fixed login/logout sfx for when I'm home
This commit is contained in:
parent
6e290f5e1a
commit
bfaf6e5b3d
@ -13,3 +13,5 @@ for display in $(xrandr | grep connect | awk '{print $1;}' | grep -v "$NATIVE_MO
|
||||
done;
|
||||
|
||||
feh --bg-fill --randomize $HOME/.config/wryn/wallpaper;
|
||||
|
||||
[ -f $HOME/.config/wryn/sfx ] && $HOME/.config/wryn/sfx login
|
||||
|
@ -3,7 +3,7 @@
|
||||
X11_SCRIPTS='/etc/X11/xinit/xinitrc.d';
|
||||
if [ -d $X11_SCRIPTS ] ; then
|
||||
for script in $(find "$X11_SCRIPTS" -name \*.sh); do
|
||||
source "$script" && echo "$script sourced" >> $HOME/LOG.txt;
|
||||
source "$script";
|
||||
done
|
||||
fi
|
||||
|
||||
@ -16,4 +16,4 @@ export PATH="$CUSTOM_DMENU_COMMANDS:$PATH"
|
||||
|
||||
"$HOME/.wryn/config/xserver/set_randr_layout" &
|
||||
|
||||
exec i3
|
||||
exec i3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user