From 875e3c82827ff186e4f91809dfd496cbae8b7c40 Mon Sep 17 00:00:00 2001 From: #root_sti Date: Fri, 9 Sep 2022 02:46:23 +0000 Subject: [PATCH] Actualizar '.ratpoisonrc' --- .ratpoisonrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.ratpoisonrc b/.ratpoisonrc index 71cd869..9fb9636 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -51,7 +51,7 @@ alias deadbeef exec rp_deadbeef.sh & alias surfer exec rp_surfer.sh & ## general help ## -alias help exec ratpoison -c "set msgwait 0" -c "echo $(echo "[ emojis ] - paste emojis\n[ info ] - system info\n[ weather ] - forecast\n[ cal ] - calendar\n[ apropos ] - command examples\n[ fetch ] - ratpoison fetch\n[ transeng ] - english traslate\n[ transes ] - spanish traslate\n[ figlet ] - ratpoison banner\n[ telegram ] - telegram desktop\n[ whatsapp ] - whatsapp desktop\n[ autoborder ] - ratpoison autoborder\n[ screenkey ] - capture keymap\n[ deadbeef ] - ratpoison deadbeef" | column -s "-" -t -o " -> ")" -c "set msgwait 4" & +alias help exec ratpoison -c "set msgwait 0" -c "echo $(echo "[ emojis ] - paste emojis\n[ info ] - system info\n[ weather ] - forecast\n[ cal ] - calendar\n[ apropos ] - command examples\n[ fetch ] - ratpoison fetch\n[ trans ] - translate from prompt to inglish\n[ transes ] - translate from select to spanich\n[ figlet ] - ratpoison banner\n[ telegram ] - telegram desktop\n[ whatsapp ] - whatsapp desktop\n[ autoborder ] - ratpoison autoborder\n[ screenkey ] - capture keymap\n[ deadbeef ] - ratpoison deadbeef" | column -s "-" -t -o " -> ")" -c "set msgwait 4" & ## hello ## alias hello exec ratpoison -c "set msgwait 0" -c "echo $(cat .rp_hello)" -c "set msgwait 4" & @@ -75,9 +75,7 @@ alias apropos exec ratpoison -c "echo $(apropos $(ratpoison -c "prompt apropos | ## fetch ## alias fetch exec ratpoison -c "set msgwait 0" -c "echo $(rp_fetch.sh)" -c "set msgwait 4" & -## translator ## -alias transesp exec ratpoison -c "set msgwait 0" -c "echo $(trans :es -no-ansi "$(ratpoison -c "prompt trans [esp] | ")")" -c "set msgwait 4" & -alias transeng exec ratpoison -c "set msgwait 0" -c "echo $(trans :en -no-ansi "$(ratpoison -c "prompt trans [eng] | ")")" -c "set msgwait 4" & + ## figlet ## alias figlet exec ratpoison -c "set msgwait 0" && ratpoison -c "echo $(figlet -t -f smslant "$(ratpoison -c "prompt in: ") ")" && ratpoison -c "set msgwait 4" &