This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"font_face": "Fixedsys Excelsior 3.01", | |
"font_options": | |
[ | |
"no_antialias" | |
], | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Change Option_L to Option_L (Send a Delete key event if Option_L is tapped alone)</name> | |
<!-- Remaps Option_L to Delete if tapped, and to Option_L if held down or used with another key (e.g. Opt+Cmd) --> | |
<identifier>private.optionL2optionL_Delete</identifier> | |
<autogen> | |
__KeyOverlaidModifier__ | |
KeyCode::OPTION_L, ModifierFlag::OPTION_L | ModifierFlag::NONE, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mousewheel.default.delta_multiplier_y 250 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:sout=#transcode{vcodec=h264,vb=600,scale=Auto,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:54280/adalramones} :sout-keep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snd_mixahead 0.02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1="\[\033[1;32m\]▶\[\033[0m\] " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write -g ApplePressAndHoldEnabled -bool false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# disable OSC because mpv_thumbnail_script_server.lua takes care of it | |
osc=no | |
log-file="C:\Users\GerardosPC\Downloads" | |
snap-window | |
# High quality video rendering for fast computer. | |
profile=gpu-hq | |
deband=no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOUSE_BTN3 add volume 10 | |
MOUSE_BTN4 add volume -10 | |
Alt+MOUSE_BTN3 seek -5 | |
Alt+MOUSE_BTN4 seek 5 | |
RIGHT seek 3 | |
LEFT seek -3 | |
MOUSE_BTN2_DBL quit | |
Alt+MOUSE_BTN2 no-osd cycle-values video-rotate "90" "180" "270" "0" | |
Alt+r no-osd cycle-values video-rotate "90" "180" "270" "0" | |
MBTN_MID cycle-values ontop "yes" "no" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on textualcmd(inputString, destinationChannel) | |
set etx to ASCII character 3 | |
return "/smsg " & destinationChannel & " " & etx & "03" & ">" & inputString & etx | |
end textualcmd |
OlderNewer