package selections: add Xorg packages where relevant

master
BodgeMaster 2023-07-14 20:51:40 +02:00
parent 94e00e7260
commit c477744a58
3 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,9 @@ function check {
DESCRIPTION="BodgeMasters IceWM setup (recommended)" DESCRIPTION="BodgeMasters IceWM setup (recommended)"
XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
# TODO # TODO
PACKAGES="" PACKAGES="$XORG_PACKAGES icewm elogind"
function post_install { function post_install {
echo "desktop/icewm-fancy" >> /tmp/stage-2-choices echo "desktop/icewm-fancy" >> /tmp/stage-2-choices

View File

@ -5,8 +5,9 @@ function check {
DESCRIPTION="Lighter IceWM setup" DESCRIPTION="Lighter IceWM setup"
XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
# TODO # TODO
PACKAGES="" PACKAGES="$XORG_PACKAGES icewm elogind"
function post_install { function post_install {
echo "desktop/icewm-light" >> /tmp/stage-2-choices echo "desktop/icewm-light" >> /tmp/stage-2-choices

View File

@ -6,8 +6,9 @@ function check {
# TODO: more information for the user # TODO: more information for the user
DESCRIPTION="OpenBox window manager (even more lightweight???)" DESCRIPTION="OpenBox window manager (even more lightweight???)"
# TODO also add xclock XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
PACKAGES="" # TODO
PACKAGES="$XORG_PACKAGES xclock openbox elogind"
function post_install { function post_install {
echo "desktop/openbox" >> /tmp/stage-2-choices echo "desktop/openbox" >> /tmp/stage-2-choices