Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Last active April 5, 2026 19:22
Show Gist options
  • Select an option

  • Save CostaFot/d0b2daeb367e84cca7f55701c41d9a13 to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/d0b2daeb367e84cca7f55701c41d9a13 to your computer and use it in GitHub Desktop.
Window(
// ....
undecorated = true, // kills the OS title bar
transparent = true, // makes the window background see-through
resizable = false,
alwaysOnTop = true,
// ....
) {
WindowDraggableArea { // since there's no title bar to drag, this wraps the content and handles it
App()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment