This commit is contained in:
teldra 2023-06-13 09:12:21 +02:00
parent 2e5203774b
commit cb937ade44
1 changed files with 32 additions and 0 deletions

32
etc/profile/sway Normal file
View File

@ -0,0 +1,32 @@
packages() {
email=
terminal=foot
imageviewer=
pdf=
filemanager=
archiver=
screenshot=
calc=
pinentry=pinentry-qt
keyring=
gpg=
policykit=polkit-kde-agent
sshaskpass=
partmanager=
editor=
dm=sddm
de=sway
misc=""
need_xserver=0
need_gfx=1
need_sound=1
}
config() {
enable_service dbus sddm
if ! [ "${LANGUAGE}" == "en" ]; then
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
fi
}