Video tutorial:
- Homepage: https://timewarrior.net/
- Source code repository: https://github.com/GothenburgBitFactory/timewarrior
Video tutorial:
Video tutorial:
Video tutorial:
Video tutorial:
| # This file's location: ~/.config/mpv/mpv.conf | |
| profile="1080p-max-size" | |
| # profile="left-1/2" | |
| screen=0 | |
| # term-osd-bar=yes | |
| no-native-fs # Disables native macOS full-screen | |
| input-right-alt-gr="no" # Makes right alt key work with keybindings | |
| no-keepaspect-window # Allows resizing video player window to arbitrary dimensions |
| # This file's location: ~/.config/mpv/mpv.conf | |
| profile="1080p-max-size" | |
| no-native-fs # Disables native macOS full-screen | |
| input-right-alt-gr="no" # Makes right alt key work with keybindings | |
| no-keepaspect-window # Allows resizing video player window to arbitrary dimensions | |
| # (adds black bars around video, preserves its aspect ratio) | |
| audio-file-auto=fuzzy # Load external audio files |
| <!DOCTYPE NETSCAPE-Bookmark-file-1> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <TITLE>Bookmarks</TITLE> | |
| <H1>Bookmarks Menu</H1> | |
| <DL><p> | |
| <DT><H3>Linguistic Mind - Links to online dictionaries</H3> | |
| <DL><p> | |
| <DT><H3>Multilingual</H3> |
| English | |
| Nederlands | |
| Deutsch | |
| Svenska | |
| Norsk | |
| Dansk | |
| Français | |
| Español | |
| Português | |
| Italiano |
Video tutorial: https://www.youtube.com/watch?v=YOh_s6LBqto
movies2anki on AnkiWeb: https://ankiweb.net/shared/info/939347702
movies2anki id: 939347702
Add line
| #!/usr/bin/env bash | |
| # mpv-disable-macos-keybindings | |
| # copyright (c) 2021 Alex Rogers (https://github.com/linguisticmind) | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # |