diff --git a/home/minecraft/home.nix b/home/minecraft/home.nix index 7414ccdf..4db63464 100644 --- a/home/minecraft/home.nix +++ b/home/minecraft/home.nix @@ -9,4 +9,8 @@ in mkIf enable { prismlauncher jdk8 ]; + + wayland.windowManager.sway.config.window.commands = [ + { criteria.app_id = "org.prismlauncher.PrismLauncher"; command = "floating enable"; } + ]; }