stumpwm / mahogany

A stumpwm like Wayland compositor
GNU General Public License v2.0
220 stars 12 forks source link

Adapt Stumpwm's `defcommand` to Mahogany #35

Open sdilts opened 8 months ago

sdilts commented 8 months ago

Now that we are able to detect and execute keybindings, we need a way to define and execute commands.

We are still missing any machinery to get prompts from users, so we can't implement everything, but it would be nice to get something working.

Here are the requirements for right now:

We don't need all of this at once, but these requirements should guide the initial implementation.