dmgerman
dmgerman
This would be nice feature to have. And once the subtitle stops, to repeat it using the downarrow. thank you for all the hard work.
I have a callback to a window filter: ``` theWindows:subscribe(hs.window.filter.windowCreated, callback_window_created) theWindows:subscribe(hs.window.filter.windowDestroyed, callback_window_created) theWindows:subscribe(hs.window.filter.windowFocused, callback_window_created) ``` This code works correctly except in a weird situation: two instances of the same...
Feel free to squash.
The time should be updated before it is shown. Otherwise it shows at first incorrect time (it will take around 1-2 seconds to update). The following line of code fixes...
MoveSpaces uses the old hs.spaces API. It needs non-significant changes to get it to work. It might be possible that some of the code in it might no longer be...
I find ModalMgr to be an amazing spoon. but it has some usability problems: 1. The window is too wide. I frequently have to rotate my head to be able...
This might be useful to some of you. This code replaces the main mu4e view with the dashboard, but only if the dashboard has been loaded. This assumes that there...
homebrew is installing scala 3.0.0 ``` % amm Loading... Welcome to the Ammonite Repl 2.4.0 (Scala 3.0.0 Java 16.0.1) @ %amm rip7.sc --i 5 --s 'abc' hello 2 Script rip7.sc...
Hi Scallywag, if you rename README to README.org github will still render it in the main page as it does with the README. thanks for org-board!
## Expected or desired behavior It would be desirable to have a flag that asks whether the user confirms or not to run mu4e-mark-unmark-all Please describe the behavior you expected...