View gist:f0dfc33592f65e973ef8
{ | |
"font_face": "Fixedsys Excelsior 3.01", | |
"font_options": | |
[ | |
"no_antialias" | |
], | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage" |
View private.xml
<?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, |
View Firefox scrolling speed
mousewheel.default.delta_multiplier_y 250 |
View gist:42033f010e3a54ab3611
:sout=#transcode{vcodec=h264,vb=600,scale=Auto,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:54280/adalramones} :sout-keep |
View gist:fac52f65d39d1450ba3f
snd_mixahead 0.02 |
View .bash_profile
PS1="\[\033[1;32m\]▶\[\033[0m\] " |
View gist:88855ebd99692cdba476609de48c4fc9
defaults write -g ApplePressAndHoldEnabled -bool false |
View mpv.conf
osc=no | |
#vf=vapoursynth="/BlackFrameInsertion.vpy" | |
# force starting with centered window | |
#geometry=50%:50% | |
# don't allow a new window to have a size larger than 90% of the screen size | |
autofit-larger=90%x90% |
View input.conf
MOUSE_BTN3 add volume 10 | |
MOUSE_BTN4 add volume -10 | |
Alt+MOUSE_BTN3 seek -5 | |
Alt+MOUSE_BTN4 seek 5 | |
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" | |
Alt+LEFT repeatable playlist-prev |
View ?.scpt
on textualcmd(inputString, destinationChannel) | |
set etx to ASCII character 3 | |
return "/smsg " & destinationChannel & " " & etx & "03" & ">" & inputString & etx | |
end textualcmd |
OlderNewer