Jon Dough cc34a54cd9 Add touchscreen support with onscreen keyboard (#1)
Possible that framebuffer doesn't update without actual keypress (eg, volume down). But, works.
2025-02-10 05:03:49 +00:00
2024-12-06 03:10:45 +00:00
2025-01-01 09:38:11 +00:00
2025-01-01 09:38:11 +00:00
2025-01-01 09:38:11 +00:00

Ming-wm is a keyboard-based, retro-themed window manager for Linux. It is single-threaded, and is neither for Wayland or the X Window System - it writes directly to the framebuffer. Inspirations include i3, Haiku, SerenityOS, and Windows98, and it is a conceptual successor to the previous mingde and ming-os.

example 1 example 2

Running

Create a password.txt file in the same directory as build.rs, otherwise the default password will be "incorrect mule lightbulb niche".

For best performance:

cargo build --release
./target/release/main

Though just cargo run --release can be done.

Description
v1.2.3 Latest
2025-11-03 00:45:58 +00:00
Languages
Rust 99.3%
Shell 0.7%