mirror of
1
0
Fork 0
This commit is contained in:
Gregory Pakosz 2020-09-26 21:45:06 +02:00
parent 67d1c23dca
commit eebdc02e19
1 changed files with 12 additions and 0 deletions

View File

@ -668,6 +668,18 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim
# esac
# }
#
# _volume_info() {
# case "$_uname_s" in
# *Darwin*)
# [ x"$(osascript -e 'output muted of (get volume settings)')" = x"true" ] && printf "muted" && return
# printf "%s" "$(osascript -e 'output volume of (get volume settings)')"
# ;;
# *Linux*)
# awk -F"[%[]" '/dB/ { print $2 }' <(amixer get Master)
# ;;
# esac
# }
#
# _split_window_ssh() {
# tty=${1:-$(tmux display -p '#{pane_tty}')}
# shift