2023-06-13 09:12:21 +02:00
|
|
|
packages() {
|
2023-06-13 09:42:40 +02:00
|
|
|
# email=
|
2023-06-23 16:31:44 +02:00
|
|
|
terminal=lxterminal
|
2023-06-13 09:42:40 +02:00
|
|
|
# imageviewer=
|
|
|
|
# pdf=
|
|
|
|
# filemanager=
|
|
|
|
# archiver=
|
|
|
|
# screenshot=
|
|
|
|
# calc=
|
|
|
|
# pinentry=pinentry-qt
|
|
|
|
# keyring=
|
|
|
|
# gpg=
|
|
|
|
# policykit=polkit-kde-agent
|
|
|
|
# sshaskpass=
|
|
|
|
# partmanager=
|
|
|
|
# editor=
|
2023-06-13 23:37:02 +02:00
|
|
|
dm=emptty
|
2023-06-13 09:12:21 +02:00
|
|
|
de=sway
|
|
|
|
|
2023-06-23 16:31:44 +02:00
|
|
|
misc="swayidle swaylock elogind polkit bemenu"
|
2023-06-13 09:12:21 +02:00
|
|
|
|
2023-06-13 09:42:40 +02:00
|
|
|
need_xserver=1
|
2023-06-13 09:12:21 +02:00
|
|
|
need_gfx=1
|
|
|
|
need_sound=1
|
|
|
|
}
|
|
|
|
|
|
|
|
config() {
|
2023-06-13 23:37:02 +02:00
|
|
|
enable_service dbus emptty
|
2023-06-13 09:12:21 +02:00
|
|
|
if ! [ "${LANGUAGE}" == "en" ]; then
|
|
|
|
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
|
|
|
|
fi
|
|
|
|
}
|