glennular / i3help

Dialog to view your key bindings for i3wm
GNU General Public License v3.0
36 stars 1 forks source link

Empty help when using include statement #5

Open smarrk opened 2 years ago

smarrk commented 2 years ago

Recently (i3 v4.20) include statements have been implemented, which makes it possible to split the config into separate files (see https://i3wm.org/docs/userguide.html#include).

i3help is currently unable to handle the include statement and produces an empty (or only a partially) output.

bhepple commented 2 years ago

You can use bash process substition to do this eg: if you have all your configs in a single directory:

i3help --file <( cat ~/.config/sway/* )

... and, yes, it does seem to do a good job with sway