Increase dmenu line so that appmenu is complete

This commit is contained in:
Willow Barraco
2023-03-31 10:58:18 +02:00
parent ed62f3183b
commit 3338bec056

View File

@@ -51,7 +51,7 @@ if [ -n "$WAYLAND_DISPLAY" ]; then
bemenu -l "$(sxmo_rotate.sh isrotated > /dev/null && \
printf %s "${SXMO_BEMENU_LANDSCAPE_LINES:-8}" || \
printf %s "${SXMO_BEMENU_PORTRAIT_LINES:-15}")" "$@"
printf %s "${SXMO_BEMENU_PORTRAIT_LINES:-16}")" "$@"
returned=$?
cleanmode