hikari wayland compositor (https://hikari.acmelabs.space)

#42RFE: Cannot set maximized or fullscreen state initially

hikari.conf only lets you define a handful of properties that apply based on the view id, and maximized or fullscreen is not one of them.

So you need to figure out for each app individually how to simulate a maximized or fullscreen appearance, by console parameters, config files and such.

Some apps like alacritty (console) window cannot easily be configured in such a way at all as its size is set in rows/columns which never fit. (The fullscreen option does not work either, probably as it does not know initially what is the size of the full screen).

Thanks for awesome hikari!