diff --git a/config_files/.zshrc b/config_files/.zshrc index 70077b9..a9dd7e4 100644 --- a/config_files/.zshrc +++ b/config_files/.zshrc @@ -176,6 +176,8 @@ # ---------------------------------------------------- alias open="xdg-open" +alias youtube-dl="~/bin/youtube-dl" +alias ydl="~/bin/youtube-dl" diff --git a/tutos/computer.txt b/tutos/computer.txt index c4b3071..d874a49 100644 --- a/tutos/computer.txt +++ b/tutos/computer.txt @@ -28,3 +28,22 @@ **to enable vi :** `export TERM=xterm` **locked files on nextcloud :** https://help.nextcloud.com/t/file-is-locked-how-to-unlock/1883 +**youtube-dl for france.tv :** + https://github.com/ytdl-org/youtube-dl/issues/29956#issuecomment-1013345689 + +**remap keyboard keys for one session :** + **xev** open a program that gives informations about key events, like keycode + **xmodmap -pk | grep ** to find the name of the key, like Return + **xmodmap -e "keycode = "** ex: `xmodmap -e "keycode 62 = Return"` + +**settings of firefox extension MultiTranslate :** + iframe { + /*min-width: 720px;*/ + min-height: 600px; + border: none; + margin-top: -160px; + } + iframe ~ * { + display: none !important; + } +