Erik Präntare

Results 4 issues of Erik Präntare

The page numbers currently do not align with the actual page numbers of the pdf. This makes it more difficult to reference and navigate to particular pages when discussing the...

The C++ wrapper atm is still (understandabley) pretty C-y. Some things that could be improved would be to use `std::basic_string` instead of `unique_ptr`, and to use `std::filesystem::path` to represent paths....

When using tab-line-mode, the X window overlaps with the tab line. This issue has been described here: https://github.com/ch11ng/exwm/issues/788 The workaround in that thread works. The source of the issue seems...

I use a program (talon voice) that gets information about the currently active window by reading its title. It gets the active window through reading _NET_ACTIVE_WINDOW. In EXWM, this is...