Mihir Lad
Mihir Lad
Module: dwm
This is a dwm module for polybar based off i3 and bspwm. I was careful to follow similar code style when creating the module and updating the cmake files for...
Look into using select. Not sure if this is more widely supported. Another alternative is to separate epoll into a separate file and use macros to determine whether to use...
A different more flexible and more easily extensible way to subscribe to events could be done using a different subscription model. For example, a subscribe request could specify the windows...
The program mostly works out of the box with spotifyd. Only a few additional code changes are required to support spotifyd. The main problem with full spotifyd support is spotifyd's...
Since all mpris players (are supposed) to follow the same specs, it wouldn't be too difficult to add support for mpris players in general. However, this would require re-branding the...
In addition to artist and track title, add tokens for other track info such as album name. This may require re-working token format and parsing to avoid adding `-length` commandline...
Add actions to auto-compile and reject pushes to master when compilation fails. Also add actions to run unit tests once the tests are implemented.
Scroll handlers in particular can be triggered at a rapid rate causing a high rate of messages being sent and received over IPC with dwm. This can cause a connection...