From 8d2afc8e14771209c028f9fe749da7fb2b42e9af Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Mon, 23 Aug 2021 09:11:53 +0200 Subject: [PATCH] Simplify bemenu scroll up The size was perfect to fit between keyboard and the status bar but then it was hard to trigger page up without triggering lisgd gesture. Make bemenu a little tinier to simplify this Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_dmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_dmenu.sh b/scripts/core/sxmo_dmenu.sh index 53f692f..3d2b63d 100755 --- a/scripts/core/sxmo_dmenu.sh +++ b/scripts/core/sxmo_dmenu.sh @@ -28,7 +28,7 @@ esac > /dev/null case "$(sxmo_wm.sh)" in sway) - exec bemenu --scrollbar autohide -n -w -c -l "$(sxmo_rotate.sh isrotated && printf 7 || printf 23)" "$@" + exec bemenu --scrollbar autohide -n -w -c -l "$(sxmo_rotate.sh isrotated && printf 5 || printf 15)" "$@" ;; xorg|dwm) exec dmenu -c -l "$(sxmo_rotate.sh isrotated && printf 7 || printf 23)" "$@"