Configure the number of columns
Opened this issue · 2 comments
Deleted user commented
On smaller screens (Termux on Android), it would be helpful if we can configure the number of colums to two instead of three.
oppiliappan commented
This feature is now available on the grid-width
branch. I'll have to polish it a bit more (the statusline clips on smaller widths etc.), but you can build from source and enable it in the config file (~/.config/dijo/config.toml
on most gnu/linux machines) like so:
[look]
grid_size = 2 # set this to the number of items you want per row
Give it a go and let me know what you think!
Deleted user commented
Thank you very much. I'll try this out.