Created
November 6, 2019 14:45
-
-
Save slifin/ad605890a8049bdfd5aa534a4259a570 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env sh | |
| yabai -m config mouse_follows_focus on | |
| yabai -m config focus_follows_mouse on | |
| yabai -m config layout bsp | |
| yabai -m config mouse_modifier fn | |
| yabai -m config mouse_action1 move | |
| yabai -m config mouse_action2 resize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment