Skip to content

Instantly share code, notes, and snippets.

View monsterhxw's full-sized avatar
:electron:
Focusing

Xuewei Huang monsterhxw

:electron:
Focusing
View GitHub Profile
@monsterhxw
monsterhxw / karabiner_double_tap_toggle_raycast.json
Last active October 12, 2022 02:29 — forked from IcedMango/karabiner_double_tap_toggle_raycast.json
Enable double tap cmd/option toggle for Raycast using karabiner|-|&tag=Karabiner
{
"title": "Raycast Karabiner Config",
"rules": [
{
"description": "Double click cmd Toggle Raycast(Hotkey: ctrl+option+cmd+Esc)",
"manipulators": [
{
"conditions": [
{
"name": "command_pressed",
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": false,
"show_profile_name_in_menu_bar": false,
"unsafe_ui": false
},
"profiles": [
{
"complex_modifications": {
# update the formulae and homebrew itself
brew update && brew update --cask
# find out what is outdated and upgrade everything
brew outdated | xargs -L 1 -p brew upgrade