#!/usr/bin/env bash window_height="$(tmux display -p '#{window_height}')" tmux display-popup -EB \ -w 100% -h 16 \ -x 0 -y "$(($window_height + 1))" \ "$@"