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 ''; }