Compare commits

..

No commits in common. "37eaf73e6701481e6d6dc9e0dd5eec959114aef0" and "e4069cd42c97ad68250298bbf8b8267451dbcf80" have entirely different histories.

3 changed files with 5 additions and 34 deletions

View File

@ -7,7 +7,7 @@ function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
function tmx; tmux -u -2 $argv; end function tmx; tmux -u -2 $argv; end
# Run mpv from clipboard # Run mpv from clipboard
function mpvy; mpv $argv (xsel -b); end function mpvy; mpv (xsel -b); end
# Set gpg tty so curses pinentry works # Set gpg tty so curses pinentry works
function gpgt; export GPG_TTY=(tty); end function gpgt; export GPG_TTY=(tty); end

View File

@ -15,7 +15,7 @@ local options = {
-- and [[/home/john]] (on Unix-like systems eg. Linux). -- and [[/home/john]] (on Unix-like systems eg. Linux).
-- The [[]] delimiter is not needed when using from a configuration file -- The [[]] delimiter is not needed when using from a configuration file
-- in the script-opts folder. -- in the script-opts folder.
output_directory = [[~/quar/]], output_directory = [[]],
run_detached = false, run_detached = false,
-- Template string for the output file -- Template string for the output file
-- %f - Filename, with extension -- %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 -- Property expansion is supported (with %{} at top level, ${} when nested), see https://mpv.io/manual/master/#property-expansion
output_template = "%F-[%s-%e]%M", output_template = "%F-[%s-%e]%M",
-- Scale video to a certain height, keeping the aspect ratio. -1 disables it. -- Scale video to a certain height, keeping the aspect ratio. -1 disables it.
scale_height = 720, scale_height = -1,
-- Change the FPS of the output video, dropping or duplicating frames as needed. -- Change the FPS of the output video, dropping or duplicating frames as needed.
-- -1 means the FPS will be unchanged from the source. -- -1 means the FPS will be unchanged from the source.
fps = -1, fps = -1,
@ -37,12 +37,12 @@ local options = {
-- used on the encode. If this is set to <= 0, the video bitrate will be set -- 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 -- to 0, which might enable constant quality modes, depending on the
-- video codec that's used (VP8 and VP9, for example). -- video codec that's used (VP8 and VP9, for example).
target_filesize = 20000, target_filesize = 7980,
-- If true, will use stricter flags to ensure the resulting file doesn't -- If true, will use stricter flags to ensure the resulting file doesn't
-- overshoot the target filesize. Not recommended, as constrained quality -- overshoot the target filesize. Not recommended, as constrained quality
-- mode should work well, unless you're really having trouble hitting -- mode should work well, unless you're really having trouble hitting
-- the target size. -- the target size.
strict_filesize_constraint = true, strict_filesize_constraint = false,
strict_bitrate_multiplier = 0.95, strict_bitrate_multiplier = 0.95,
-- In kilobits. -- In kilobits.
strict_audio_bitrate = 64, strict_audio_bitrate = 64,

View File

@ -1,31 +1,2 @@
# elon musk moment # elon musk moment
<Multi_key> <X> <x> : "𝕏" <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> : ""