Make zotero pop-up floating by default

This commit is contained in:
Charlotte Van Petegem 2021-03-13 14:39:13 +01:00
parent de8af0445e
commit f8d37c2dc3
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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"; };