Compare commits
3 Commits
e4069cd42c
...
37eaf73e67
Author | SHA1 | Date | |
---|---|---|---|
37eaf73e67 | |||
908e729348 | |||
3295d8860a |
@ -7,7 +7,7 @@ function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
|
||||
function tmx; tmux -u -2 $argv; end
|
||||
|
||||
# Run mpv from clipboard
|
||||
function mpvy; mpv (xsel -b); end
|
||||
function mpvy; mpv $argv (xsel -b); end
|
||||
|
||||
# Set gpg tty so curses pinentry works
|
||||
function gpgt; export GPG_TTY=(tty); end
|
||||
|
@ -15,7 +15,7 @@ local options = {
|
||||
-- and [[/home/john]] (on Unix-like systems eg. Linux).
|
||||
-- The [[]] delimiter is not needed when using from a configuration file
|
||||
-- in the script-opts folder.
|
||||
output_directory = [[]],
|
||||
output_directory = [[~/quar/]],
|
||||
run_detached = false,
|
||||
-- Template string for the output file
|
||||
-- %f - Filename, with extension
|
||||
@ -29,7 +29,7 @@ local options = {
|
||||
-- Property expansion is supported (with %{} at top level, ${} when nested), see https://mpv.io/manual/master/#property-expansion
|
||||
output_template = "%F-[%s-%e]%M",
|
||||
-- Scale video to a certain height, keeping the aspect ratio. -1 disables it.
|
||||
scale_height = -1,
|
||||
scale_height = 720,
|
||||
-- Change the FPS of the output video, dropping or duplicating frames as needed.
|
||||
-- -1 means the FPS will be unchanged from the source.
|
||||
fps = -1,
|
||||
@ -37,12 +37,12 @@ local options = {
|
||||
-- used on the encode. If this is set to <= 0, the video bitrate will be set
|
||||
-- to 0, which might enable constant quality modes, depending on the
|
||||
-- video codec that's used (VP8 and VP9, for example).
|
||||
target_filesize = 7980,
|
||||
target_filesize = 20000,
|
||||
-- If true, will use stricter flags to ensure the resulting file doesn't
|
||||
-- overshoot the target filesize. Not recommended, as constrained quality
|
||||
-- mode should work well, unless you're really having trouble hitting
|
||||
-- the target size.
|
||||
strict_filesize_constraint = false,
|
||||
strict_filesize_constraint = true,
|
||||
strict_bitrate_multiplier = 0.95,
|
||||
-- In kilobits.
|
||||
strict_audio_bitrate = 64,
|
||||
|
@ -1,2 +1,31 @@
|
||||
# elon musk moment
|
||||
<Multi_key> <X> <x> : "𝕏"
|
||||
|
||||
# small caps
|
||||
|
||||
<Multi_key> <underscore> <A> : "ᴀ"
|
||||
<Multi_key> <underscore> <B> : "ʙ"
|
||||
<Multi_key> <underscore> <C> : "ᴄ"
|
||||
<Multi_key> <underscore> <D> : "ᴅ"
|
||||
<Multi_key> <underscore> <E> : "ᴇ"
|
||||
<Multi_key> <underscore> <F> : "ғ"
|
||||
<Multi_key> <underscore> <G> : "ɢ"
|
||||
<Multi_key> <underscore> <H> : "ʜ"
|
||||
<Multi_key> <underscore> <I> : "ɪ"
|
||||
<Multi_key> <underscore> <J> : "ᴊ"
|
||||
<Multi_key> <underscore> <K> : "ᴋ"
|
||||
<Multi_key> <underscore> <L> : "ʟ"
|
||||
<Multi_key> <underscore> <M> : "ᴍ"
|
||||
<Multi_key> <underscore> <N> : "ɴ"
|
||||
<Multi_key> <underscore> <O> : "ᴏ"
|
||||
<Multi_key> <underscore> <P> : "ᴘ"
|
||||
<Multi_key> <underscore> <Q> : "ǫ"
|
||||
<Multi_key> <underscore> <R> : "ʀ"
|
||||
<Multi_key> <underscore> <S> : "s"
|
||||
<Multi_key> <underscore> <T> : "ᴛ"
|
||||
<Multi_key> <underscore> <U> : "ᴜ"
|
||||
<Multi_key> <underscore> <V> : "ᴠ"
|
||||
<Multi_key> <underscore> <W> : "ᴡ"
|
||||
<Multi_key> <underscore> <X> : "x"
|
||||
<Multi_key> <underscore> <Y> : "ʏ"
|
||||
<Multi_key> <underscore> <Z> : "ᴢ"
|
||||
|
Loading…
x
Reference in New Issue
Block a user