From 2e7953e9245787290133014994d1117c74a2eb76 Mon Sep 17 00:00:00 2001 From: Rosa Date: Mon, 29 Jun 2026 12:57:34 -0400 Subject: launch minecraft in floating mode, update inputs --- modules/user/desktop/sessions/sway.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/desktop/sessions/sway.nix b/modules/user/desktop/sessions/sway.nix index 4f7aae5..c6285ea 100644 --- a/modules/user/desktop/sessions/sway.nix +++ b/modules/user/desktop/sessions/sway.nix @@ -238,7 +238,14 @@ seat."seat0".xcursor_theme = "catppuccin-mocha-dark-cursors 24"; window = { - commands = [ ]; + commands = [ + { + command = "floating enable"; + criteria = { + class = "^Minecraft"; + }; + } + ]; titlebar = false; }; -- cgit v1.3.1