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 <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
6050db3e38
commit
8d2afc8e14
1 changed files with 1 additions and 1 deletions
|
@ -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)" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue