This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>AppleAntiAliasingThreshold</key> | |
<integer>1</integer> | |
<key>ApplePressAndHoldEnabled</key> | |
<false/> | |
<key>AppleScrollAnimationEnabled</key> | |
<integer>0</integer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reference: https://github.com/i3/i3/blob/next/etc/config | |
# i3 doesn't have "normalizations" feature that why we disable them here. | |
# But the feature is very helpful. | |
# Normalizations eliminate all sorts of weird tree configurations that don't make sense. | |
# Give normalizations a chance and enable them back. | |
enable-normalization-flatten-containers = false | |
enable-normalization-opposite-orientation-for-nested-containers = false | |
# Mouse follows focus when focused monitor changes |