Skip to content

Instantly share code, notes, and snippets.

@lsfalimis
lsfalimis / private.xml
Created May 4, 2014 22:31
KeyRemap4MacBook | private.xml | ~/Library/Application\ Support/KeyRemap4MacBook/private.xml
<?xml version="1.0"?>
<root>
<!-- Next part belongs to lucifr https://gist.github.com/lucifr/4971978 -->
<item>
<name>F19 to F19</name>
<appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, F19)</appendix>
<identifier>private.f192f19</identifier>
<autogen>
--KeyOverlaidModifier--
@lsfalimis
lsfalimis / disable-OS-X-animation
Created May 4, 2014 01:32
disable OS X animation (10.9.2)
#Finder
#disable snap to grid animation
defaults write com.apple.finder AnimateSnapToGrid -bool false
#disable some animations
defaults write com.apple.finder DisableAllAnimations -bool true
#disable opening files zoom animation
defaults write com.apple.finder ZoomRects -bool false