create fresh config on each desktop startup

This commit is contained in:
Tobias Powalowski 2024-06-16 11:14:11 +02:00
parent cbd4432fcb
commit 8e5a771614
4 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@ EOF
_prepare_gnome() {
if ! [[ -e /usr/bin/gnome-session ]]; then
_prepare_graphic "${_PACKAGES}"
_configure_gnome >"${_LOG}" 2>&1
fi
_configure_gnome >"${_LOG}" 2>&1
}
_install_gnome() {

View file

@ -63,8 +63,8 @@ EOF
_prepare_plasma() {
if ! [[ -e /usr/bin/startplasma-x11 ]]; then
_prepare_graphic "${_PACKAGES}"
_configure_plasma >"${_LOG}" 2>&1
fi
_configure_plasma >"${_LOG}" 2>&1
}
_install_plasma() {

View file

@ -103,8 +103,8 @@ _install_sway() {
_PACKAGES="${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_SWAY_PACKAGES}"
if ! [[ -e /usr/bin/sway ]]; then
_prepare_graphic "${_PACKAGES}"
_configure_sway >"${_LOG}" 2>&1
fi
_configure_sway >"${_LOG}" 2>&1
}
_start_sway() {

View file

@ -4,8 +4,8 @@
_install_xfce() {
if ! [[ -e /usr/bin/startxfce4 ]]; then
_prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_XFCE_PACKAGES}"
_configure_xfce >"${_LOG}" 2>&1
fi
_configure_xfce >"${_LOG}" 2>&1
}
_configure_xfce() {