From 7b27604edfbb4a5d8f5f9ecc8b1a64e85fbd2c86 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 21 Apr 2022 14:19:58 +0200 Subject: [PATCH] Float javafx programs for marking projects --- modules/graphical/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 49a19a79..27b8f192 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -109,6 +109,7 @@ in window.commands = [ { command = "floating enable"; criteria = { app_id = "launcher"; }; } { command = "floating enable"; criteria = { title = "Quick Format Citation"; class = "Zotero"; }; } + { command = "floating enable"; criteria = { class = "be.ugent.flash.Main"; }; } ]; input = { "type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; xkb_options = "compose:caps"; };