intellij

2 HOWTOs · all tags

  1. Flutter development environment on Fedora 44 (mise + Android Studio)

    Set up a complete Flutter toolchain on Fedora 44 / GNOME using mise as the runtime version manager, with the Android SDK in the default ~/Android/Sdk so flutter doctor detects it without extra configuration — ending with 'No issues found' across Android, web and Linux desktop targets.

  2. Stop Claude Code from hijacking mouse clicks (fullscreen mouse capture) on Linux & macOS

    Since fullscreen rendering, Claude Code captures the mouse — clicking in the prompt moves the cursor and a stray click can hit 'Ask something' or a menu option (very easy to do by accident in the JetBrains/IntelliJ terminal). Disable click/drag/hover while keeping wheel scroll with CLAUDE_CODE_DISABLE_MOUSE_CLICKS=1, or kill mouse capture entirely with CLAUDE_CODE_DISABLE_MOUSE=1. There is no settings.json field and no CLI flag — only these environment variables — and a running session must be restarted to pick them up.