Actualizar '.ratpoisonrc'

This commit is contained in:
#root_sti 2022-09-09 02:46:23 +00:00
parent 1b38c764f6
commit 875e3c8282

View file

@ -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" &