Skip to content

Instantly share code, notes, and snippets.

View MaxBaranowski's full-sized avatar

Max Baranowski MaxBaranowski

View GitHub Profile
@MaxBaranowski
MaxBaranowski / gist:a4dc7179e8b15253647b20d76d8cd8b8
Created April 10, 2021 16:42 — forked from wkliwk/btt.sh
BTT reset trial time
# BetterTouchTool reset trial time
# ** All preference will reset
echo "remove ~/Library/Preferences/com.hegenberg.BetterTouchTool.plist"
rm -rf ~/Library/Preferences/com.hegenberg.BetterTouchTool.plist
echo "Done"
echo "remove ~/Library/Application\ Support/BetterTouchTool/"
rm -rf ~/Library/Application\ Support/BetterTouchTool/
echo "Done"
.container {
width: 960px !important;
}
@media (min-width: 1px) {
.container {
max-width: 940px;
}
.col-lg-1,
.col-lg-2,