From 10ac2a0536cddc81666713eec9042c120c21c425 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 1 Dec 2022 10:03:03 +0100 Subject: [PATCH] Floating yad windows --- hm_modules/bspwm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm_modules/bspwm.nix b/hm_modules/bspwm.nix index 977247c..804c0f4 100644 --- a/hm_modules/bspwm.nix +++ b/hm_modules/bspwm.nix @@ -25,6 +25,7 @@ in rules = { "*" = { follow = true; }; "Zathura" = { state = "tiled"; }; + "Yad" = { state = "floating"; }; }; extraConfig = '' ${xsetroot} -solid black -cursor_name left_ptr