This commit is contained in:
Ray Elliott 2023-02-17 11:05:11 +00:00
parent 0d24d69a62
commit 1daacbb57e
1 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,10 @@ if [ -f "$HOME/.xinitrc.extend" ] ; then
. "$HOME/.xinitrc.extend"
fi
if command -v checkupdates ; then
(checkupdates > "$HOME/.checkupdates") &
fi
if [ -f "$HOME/.screenlayout/layout.sh" ] ; then
. "$HOME/.screenlayout/layout.sh"
elif [ -f "$HOME/.config/randr/randr.sh" ] ; then
@ -91,5 +95,5 @@ case "$_host" in
esac
xsetroot -solid "#$(openssl rand -hex 3)" &
alacritty &
bspwm