centering GUI in KDE

This commit is contained in:
Mikhail Tergoev
2024-07-25 15:42:37 +03:00
parent 3d7f2f29a2
commit 093d6f5d3d
3 changed files with 2 additions and 1 deletions

View File

@ -174,6 +174,7 @@ else
source "$PW_GUI_THEMES_PATH/default.pptheme"
echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi
[[ "$XDG_SESSION_DESKTOP" == "KDE" ]] && export YAD_OPTIONS+="--center"
# choose branch
if [[ -z "$BRANCH" ]] ; then