From f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 18 Sep 2020 13:14:55 +0300 Subject: Switch to Alacritty terminal emulator Updated some other configs and scripts to better interact with Alacritty. Also rely on fontconfig file, instead of specifying the font in each config (i.e. use font family 'monospace'). --- dotfiles/.local/bin/menuman | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dotfiles/.local/bin/menuman') diff --git a/dotfiles/.local/bin/menuman b/dotfiles/.local/bin/menuman index 868d801..fe79667 100755 --- a/dotfiles/.local/bin/menuman +++ b/dotfiles/.local/bin/menuman @@ -9,7 +9,6 @@ else # Source settings from .bemenurc . ~/.config/bemenurc - action="$TERMINAL -e" chosen=$(printf "$list" | bemenu -p "Select man page:" -i -l 25 --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB" --monitor="$BEMENU_MONITOR") fi @@ -17,5 +16,4 @@ if [ -z "$chosen" ]; then exit 0 fi -[ -n "$action" ] && $action "man $chosen" && exit 0 -man $chosen +$TERMINAL -t "man $chosen" -e man $chosen -- cgit v1.2.3