update
This commit is contained in:
parent
0d24d69a62
commit
1daacbb57e
6
xinitrc
6
xinitrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue