Skip to content

Commit

Permalink
try to add budgie desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
mytbk committed Mar 3, 2019
1 parent a6e08ce commit 3c0aea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions chroot-install.sh
Expand Up @@ -30,6 +30,9 @@ case "${DESKTOP}" in
dde)
DESKTOP=("${DESKTOP_DDE[@]}")
;;
budgie)
DESKTOP=(budgie-desktop)
;;
*)
DESKTOP=()
;;
Expand Down
2 changes: 1 addition & 1 deletion xinitrc
Expand Up @@ -32,7 +32,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi

for desession in mate-session startxfce4 startlxde startlxqt startdde
for desession in mate-session startxfce4 startlxde startlxqt startdde budgie-desktop
do
which $desession && exec $desession
done

0 comments on commit 3c0aea4

Please sign in to comment.