love-window

Configure and query Love2D window display settings via the love.window API.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/RedKenrok/skills --skill love-window
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: love-window
Source: https://github.com/RedKenrok/skills/tree/main/skills/love-window
Command: npx skills add https://github.com/RedKenrok/skills --skill love-window

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a straightforward interface to configure and query Love2D window properties such as size, fullscreen state, DPI awareness, and window metadata for games and apps.

Core Features & Use Cases

  • Window management: Create, resize, and tune the Love2D window and its display settings.
  • Fullscreen & display: Manage fullscreen modes and monitor layout across desktops.
  • Window properties: Set title, icon, and track focus or visibility for responsive UIs.
  • Use Case: Imagine a game that needs to switch between windowed and fullscreen on the fly while preserving window state.

Quick Start

Create a window (800x600) with a non-fullscreen mode and a title "My Game".

Frequently Asked Questions about love-window

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resize a Love2D window and switch to fullscreen during gameplay?

You can resize a Love2D window and switch to fullscreen dynamically by leveraging the love.window API to configure display settings, manage fullscreen modes, and preserve window state across desktop environments during gameplay.

How do I set the title and icon for a Love2d game window?

Set the Love2d game window title and icon using window properties management functions, which configure metadata and track focus or visibility to maintain responsive UIs during initialization.

Can I query display count and monitor layout for window management in Love2D?

Yes, you can query display count and monitor layout in Love2D using window management functions that retrieve display properties, allowing your game to manage fullscreen modes across multiple desktop monitors.

What is the best way to configure Love2D window display settings on initialization?

The best way to configure Love2D window display settings is using setMode during initialization, which allows you to specify window size, fullscreen state, and DPI awareness for games and apps.

Does Love2D window management support DPI awareness and window focus tracking?

Yes, Love2D window management supports DPI awareness and tracks window focus and visibility, enabling responsive UIs that react to display scaling and user interaction state changes.