Compare commits

..

No commits in common. "d99acbcbea07111f8c670e3741648d281e938c16" and "e7f8c731166c5497956727c821b2452201029995" have entirely different histories.

2 changed files with 7 additions and 19 deletions
Library/LaunchAgents
dot-config

View file

@ -6,8 +6,11 @@
<true/> <true/>
<key>Label</key> <key>Label</key>
<string>net.kovidgoyal.kitty</string> <string>net.kovidgoyal.kitty</string>
<key>Program</key> <key>ProgramArguments</key>
<string>/Applications/kitty.app/Contents/MacOS/kitty</string> <array>
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
<string>--single-instance</string>
</array>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<true/> <true/>
<key>WorkingDirectory</key> <key>WorkingDirectory</key>

View file

@ -1,18 +1,3 @@
;; Karabiner config written for https://github.com/yqrashawn/GokuRakuJoudo ;; Karabiner config written for https://github.com/yqrashawn/GokuRakuJoudo
{:templates {:open-app "open -a \"%s\""} {:main [{:des "Cmd-Shift-4 to PrintScreen"
:froms {:calc {:ckey :al_calculator} :rules [[:!CCSS4 :print_screen]]}]}
:mail {:ckey :al_email_reader}
:www-back {:ckey :ac_back}
:www-forward {:ckey :ac_forward}}
:main [{:des "Cmd-Shift-4 to PrintScreen"
:rules [[:!CCSS4 :print_screen]]}
{:des "CapsLock to Hyper / Application"
:rules [[:caps_lock :!CTSleft_option nil {:alone :application :params {:alone 250}}]]}
{:des "Calculator key to open Calcbot"
:rules [[:calc [:open-app "Calcbot"]]]}
{:des "Mail key to open Airmail"
:rules [[:mail [:open-app "Airmail"]]]}
{:des "WWW Back key to Cmd-["
:rules [[:www-back :!Copen_bracket]]}
{:des "WWW Forward key to Cmd-]"
:rules [[:www-forward :!Cclose_bracket]]}]}