Skip to content

Instantly share code, notes, and snippets.

@Dimentium
Last active January 20, 2024 23:34
Show Gist options
  • Select an option

  • Save Dimentium/02df5d25584dd7e2afa255267a76b3cd to your computer and use it in GitHub Desktop.

Select an option

Save Dimentium/02df5d25584dd7e2afa255267a76b3cd to your computer and use it in GitHub Desktop.
Karabiner-goku example for Yabai
{;
:profiles {;;
:DefaultM1 {;;
:default true ;;
:sim 100
:delay 80
:alone 200
:held 500 ;;
}
;;
}
:templates {;
:yabai-message "/opt/homebrew/bin/yabai -m %s";
}
:main [;
{:des "YABAI"
:rules [;
[:h [:yabai-message "window --move rel:-100:0"]];
[:l [:yabai-message "window --move rel:100:0"]];
]}
;
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment