From e879aa73bed336f78a7aae12eece718424b485e7 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 26 Dec 2023 12:51:22 +0100 Subject: [PATCH] Add floating apps to amethyst --- .config/nix/home/amethyst.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/nix/home/amethyst.nix b/.config/nix/home/amethyst.nix index 626c817..f2d82cf 100644 --- a/.config/nix/home/amethyst.nix +++ b/.config/nix/home/amethyst.nix @@ -5,5 +5,9 @@ window-margin-size: 10 mouse-swaps-windows: true mouse-resizes-windows: true + floating: [ + com.apple.iphonesimulator + com.apple.systempreferences + ] ''; }