Blog

2022.11.13

Nimf 2022.11.13 Released

Hello.


2022.10.17

Nimf 2022.10.17 Released

Hello.


2022.10.01

Nimf 2022.10.01 Released

Hello.


2022.09.29

Nimf 2022.09.29 Released

Hello.


2022.09.16

Nimf 2022.09.16 Released

Hello.


2022.09.09

The reality of Wayland input methods in 2022

Hello.
Lately I’ve been very interested in Wayfire and implemented Wayland input methods in Nimf.
I implemented wayland’s official input method unstable v1 in 2017.
In 2022, I implemented the non-standard input method unstable v2 of wlroots and also reimplemented v1.
In the process of implementing these, I realized how problematic Wayland is, and I wrote this article to inform the reality of Wayland.


2022.09.03

Nimf 2022.09.03 Released

Hello.


2022.08.08

Nimf 2022.08.08 Released

Hello.


2022.08.03

Popover Test in Pure Wayland

In this post, I share a sample C code that tests focus behavior by triggering a popover in a pure Wayland environment. In the example, pressing the backspace key on a text view causes a popover to appear—a simple yet effective way to verify whether the widget has focus.


2022.08.03

IBus in Pure Wayland Environment