From d6a66e17febdcc0b359da588ce253fe7951e6873 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 5 Apr 2023 09:56:18 +0100 Subject: [PATCH] Set xfce4-terminal floating so dropdown works --- nixos/home-manager/env/bspwm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/home-manager/env/bspwm.nix b/nixos/home-manager/env/bspwm.nix index 01ee4773..55305313 100644 --- a/nixos/home-manager/env/bspwm.nix +++ b/nixos/home-manager/env/bspwm.nix @@ -19,5 +19,8 @@ monitors = { "primary" = ["I" "II" "III" "IV" "V"]; }; + rules = { + "Xfce4-terminal".state = "floating"; + }; }; }