diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-20 16:39:58 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-20 16:42:10 +0200 |
| commit | 08e817eeb0d62dc8afc8dbd416971b68854036b2 (patch) | |
| tree | a76fe5713e00a8c55a76c8122c868978a4b72b2b /.amethyst.yml | |
| parent | a0f646e8c14db26eb13f8336a7cc8937d9c476b2 (diff) | |
Refactoring of bash_profile and remove deprecated homebrew token
The token didn't have any permissions, was used to just increase the
rate limit when it was reached.
This is why it's ok to leave it in the history after it has been
revoked.
This also fixes and adds some dependencies using homebrew
Diffstat (limited to '.amethyst.yml')
| -rw-r--r-- | .amethyst.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.amethyst.yml b/.amethyst.yml index 0f17b10..9b03db3 100644 --- a/.amethyst.yml +++ b/.amethyst.yml @@ -1,3 +1,4 @@ +--- # https://github.com/ianyh/Amethyst/blob/development/docs/configuration-files.md # Don't use canary builds use-canary-build: false @@ -64,7 +65,7 @@ restore-layouts-on-launch: true # Disable mouse actions (Except for swapping apps) mouse-follows-focus: false -focus-follows-mouse: false +focus-follows-mouse: true mouse-swaps-windows: true mouse-resizes-windows: false |
