glennular / i3help

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

i3help - keyboard binding help dialog

i3help is a simple popup dialog to display all of your configure key binding. By default it will load the bindsyms from the running i3wm instance, there is also the abiliy to pass in a config file.

As your i3 config will be consistently changes, you can bind this to $mod+? to remind yourself for your key bindings.

Image image provided by u/EllaTheCat

Requirements

Install

autoreconf --force --install
./configure
make
make install

Running i3help

i3help should be ran while i3 is running so it can access the config via i3-msg.

TODOs