From e579cfc1c4ca6ffc9b30e58eb5aafd9f2b7e1ec6 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 18 Feb 2024 10:42:58 +0100 Subject: [PATCH] Fix amethyst config --- .config/nix/home/amethyst.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.config/nix/home/amethyst.nix b/.config/nix/home/amethyst.nix index f2d82cf..b8233ca 100644 --- a/.config/nix/home/amethyst.nix +++ b/.config/nix/home/amethyst.nix @@ -5,9 +5,14 @@ window-margin-size: 10 mouse-swaps-windows: true mouse-resizes-windows: true - floating: [ - com.apple.iphonesimulator - com.apple.systempreferences - ] + floating-is-blacklist: true + float-small-windows: true + floating: + - com.apple.iphonesimulator + - com.apple.systempreferences + layouts: + - tall + - fullscreen + - floating ''; }