Add no spacing to bemenu
This commit is contained in:
parent
1a1f40cc81
commit
df11b22b51
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ esac > /dev/null
|
||||||
|
|
||||||
case "$(sxmo_wm.sh)" in
|
case "$(sxmo_wm.sh)" in
|
||||||
sway)
|
sway)
|
||||||
exec bemenu --scrollbar autohide -n -w -c -l "$(sxmo_rotate.sh isrotated > /dev/null && printf 8 || printf 15)" "$@"
|
exec bemenu --scrollbar autohide -s -n -w -c -l "$(sxmo_rotate.sh isrotated > /dev/null && printf 8 || printf 15)" "$@"
|
||||||
;;
|
;;
|
||||||
xorg|dwm)
|
xorg|dwm)
|
||||||
if sxmo_keyboard.sh isopen; then
|
if sxmo_keyboard.sh isopen; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue