frame-workflow
frame-workflow copied to clipboard
Frame-oriented workflow management for Emacs
I've just pushed [a new branch named eieio](https://github.com/akirak/frame-workflow/tree/eieio). It is a rewrite from scratch using EIEIO (see #2). Its functionality is minimal for now, but the code seem to be...
I am currently working on [edit-subject](https://github.com/akirak/frame-workflow/tree/edit-subject) branch, which allows you to interactively configure a subject. - [x] Interactively edit the whole definition of a subject: https://github.com/akirak/frame-workflow/commit/a69b187acf0f22d1f87e78cb73e484bc13bb404e - [ ] Persistence...
Frame-workflow uses `select-frame-set-input-focus` for selecting a frame by default. This function works poorly on EXWM with multiple monitors. It seems to display the frame always on the first monitor, at...
Add an optional property to define if a frame creation should be triggered in the current context. It is a predicate, i.e. a function that returns a boolean value. This...