From 08e817eeb0d62dc8afc8dbd416971b68854036b2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 16:39:58 +0200 Subject: 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 --- .amethyst.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.amethyst.yml') 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 -- cgit v1.2.3