use emacsclient as terminal editor and mpv for mailcap
| | |
| | | alias less='less -r' |
| | | alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c" |
| | | |
| | | export EDITOR=/usr/bin/vim |
| | | export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim" |
| | | alias ec=$EDITOR |
| | | |
| | | #default wine prefix |
| | | export WINEPREFIX=$HOME/.wine/Games/ |
| | |
| | | personal_ws-1.1 en 22 |
| | | personal_ws-1.1 en 23 |
| | | DNS |
| | | FPGA |
| | | GPIO |
| | | Grunbaum |
| | | SODIMM |
| | | abortifacient |
| | | config |
| | | dotfiles |
| | | fortifiable |
| | |
| | | Subproject commit b0ee5f8ba34e6a7521727c090476fbe2f5b78b1f |
| | | Subproject commit 0a6cd2a41136263a2ffbe46c3ba1d321a033567f |
| | |
| | | |
| | | # Youtube videos are assigned a custom mime-type, which can be streamed with |
| | | # vlc or youtube-dl. |
| | | video/x-youtube; vlc '%s' --width 640 --height 480; test=test -n "$DISPLAY" |
| | | video/x-youtube; mpv --ytdl-format=bestvideo+bestaudio/best '%s' --autofit 640x480; test=test -n "$DISPLAY" |
| | | #video/x-youtube; vlc '%s' --width 640 --height 480; test=test -n "$DISPLAY" |
| | | video/x-youtube; mpv '%s' |
| | | |
| | | # Mpv is a simple and effective video streamer |
| | | video/*; mpv '%s' --autofit 640x480 --loop=inf; test=test -n "$DISPLAY" |