stumpwm / mahogany

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

Adapt Stumpwm's `defcommand` to Mahogany #35

Open sdilts opened 1 year ago

sdilts commented 1 year 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.