From 3da27ae7014ade013f09d249074598c35bc27dec Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 3 Oct 2016 13:01:00 -0400 Subject: [PATCH] New karabiner config stuff --- karabiner.json | 11 +++++++++++ symlinks.sh | 1 + 2 files changed, 12 insertions(+) create mode 100644 karabiner.json diff --git a/karabiner.json b/karabiner.json new file mode 100644 index 0000000..00f9a43 --- /dev/null +++ b/karabiner.json @@ -0,0 +1,11 @@ +{ + "profiles": [ + { + "name": "Default profile", + "selected": true, + "simple_modifications": { + "caps_lock": "left_control" + } + } + ] +} diff --git a/symlinks.sh b/symlinks.sh index 2821688..2851dd0 100644 --- a/symlinks.sh +++ b/symlinks.sh @@ -20,6 +20,7 @@ rm ~/.muttrc; ln -s ~/dotfiles/muttrc ~/.muttrc # mac only rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict +rm ~/.karabiner.d/configuration/karabiner.json; ln -s ~/dotfiles/karabiner.json ~/.karabiner.d/configuration/karabiner.json # linux only rm -rf ~/.i3; mkdir ~/.i3; ln -s ~/dotfiles/i3/config ~/.i3/config