summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix scrollable area not overlap with messagesMitja Felicijan2026-01-261-3/+4
|
* Fix colors in light theme terminals #7Mitja Felicijan2026-01-261-8/+10
| | | | | | | | | | Instead of having color themes and making cli a bit more complicated I added a fix to make bacgkround black by default. I attached alacritty light theme. Test it with `alacritty --config-file alacritty.light.toml` and then run `xdgctl`. This could be improved in the future.
* Fix scrolling when application or category list too long #8Mitja Felicijan2026-01-261-9/+33
| | | | This can be tested with `XDGCTL_DEV=100 xdgctl`.
* Add dev mode via env variable XDGCTL_DEV=nMitja Felicijan2026-01-261-22/+87
|
* Fix Japanese glyphs not being rendered properly #1Mitja Felicijan2026-01-251-18/+10
| | | | Tested with https://github.com/coz-m/MPLUS_FONTS
* Engage!Mitja Felicijan2026-01-251-0/+248