added xfce block to debian full
This commit is contained in:
@@ -72,6 +72,13 @@ else
|
|||||||
say_yellow "xfconf-query not found — skipping XFCE font config (will apply at first login)."
|
say_yellow "xfconf-query not found — skipping XFCE font config (will apply at first login)."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# XFCE-specific configuration
|
||||||
|
########################################
|
||||||
|
if [[ "${DE}" == "xfce" || "${DDE}" == "xfce" ]]; then
|
||||||
|
echo
|
||||||
|
say_cyan "Applying XFCE defaults: fonts, browser, and terminal..."
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Set Chromium as default browser
|
# Set Chromium as default browser
|
||||||
########################################
|
########################################
|
||||||
@@ -111,6 +118,8 @@ if command -v xfconf-query >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
say_green "Chromium set as default browser and Alacritty set as default terminal."
|
say_green "Chromium set as default browser and Alacritty set as default terminal."
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# End of script
|
# End of script
|
||||||
say_green "Full setup completed."
|
say_green "Full setup completed."
|
||||||
|
|||||||
Reference in New Issue
Block a user