From 5691d09b4205aab9e1708c7ea8e2e6b477f6bf99 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Tue, 7 Apr 2026 08:52:41 -0500 Subject: [PATCH] add amethyst configuration --- Makefile.macos | 2 +- amethyst/.amethyst.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 amethyst/.amethyst.yml diff --git a/Makefile.macos b/Makefile.macos index eb2f328..e1892a3 100644 --- a/Makefile.macos +++ b/Makefile.macos @@ -1,6 +1,6 @@ include Makefile.common -PKGS := yabai skhd $(PKGS_COMMON) +PKGS := amethyst yabai skhd $(PKGS_COMMON) install: stow $(PKGS) diff --git a/amethyst/.amethyst.yml b/amethyst/.amethyst.yml new file mode 100644 index 0000000..828cb7f --- /dev/null +++ b/amethyst/.amethyst.yml @@ -0,0 +1,12 @@ +layouts: + - tall + - fullscreen + +mod1: + - control + - shift + +window-margins: true +smart-window-margins: true +window-margin-size: 5 +enables-layout-hud-on-space-change: false -- 2.43.0