diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index bc497d5b..148c13a6 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -108,7 +108,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"; }; } + { command = "floating enable"; criteria = { class = "be.ugent.dominion.Main"; }; } ]; input = { "type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; xkb_options = "compose:caps"; };