From f8d37c2dc3608262c99151e4c630a00bf1c4a78d Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 13 Mar 2021 14:39:13 +0100 Subject: [PATCH] Make zotero pop-up floating by default --- configurations/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/sway.nix b/configurations/sway.nix index 32a9bb37..f33863a0 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -89,6 +89,7 @@ in ]; window.commands = [ { command = "floating enable"; criteria = { app_id = "launcher"; }; } + { command = "floating enable"; criteria = { title = "Quick Format Citation"; class = "Zotero"; }; } ]; input = { "type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; xkb_options = "compose:caps"; };