i3-input starting programs
Hey, at the moment I have a mode which allows me to start my favourite Programs with just hitting one key.
It looks like this:
mode "startPrograms" {
bindsym t exec telegram bindsym e exec thunderbird
}
bindsym $modeOne+g mode "startPrograms"
Now because I added more and more programs. I would like to see a prompt showing me the shortcuts for the programs, when entering the "startPrograms" mode.
How could I do this?
I tried something with this:
name=
i3-input -P 'Programs:'
But I don't know how to do a prompt with more than one line. Or should I really read the input and work with it?
Can anyone help me? This would be great!