Morgan Aldridge
Morgan Aldridge
When using the built-in `Menu` command block to specify menu items/labels (see mlvwm(1) manual), one can specify an `Action SendMessage` and pass in keyboard shortcuts (see `ShortCut` command in mlvwm(1))....
It doesn't appear that the built-in `Style` command `appname` string (which accepts '*' & '?' wildcards; see mlvwm(1) manual page) can match against the `WM_WINDOW_ROLE` X window property. I believe...
Currently, one has to manually add menu items that exec applications if they want to list & launch applications from a menu. In [`mlvwmrc`](https://github.com/morgant/mlvwmrc), an "Apple" menu is provided by...
When using a compositor such as [`picom`](https://github.com/yshui/picom) with translucent shadows enabled, it'd be nice to offer a configuration option to remove the hard shadows that are rendered on windows by...
In the development various MLVWM styles for various applications as part of [mlvwmrc](https://github.com/morgant/mlvwmrc), I can't seem to get Menu `SendMessage` actions (e.g. `Menu "Open Location..." Action SendMessage C+G` which should...
MLVWM currently uses the old [imake](https://en.wikipedia.org/wiki/Imake) build system, but it should really be switched to something more modern with better cross-platform support, but keeping it as light-weight as possible. Maybe...
Pull Request #30 added support for OS X Notification Center (OS X 10.8 Mountain Lion and newer) using [terminal-notifier](https://github.com/alloy/terminal-notifier). Unfortunately, it also added GitHub-specific support, so was not accepted, but...
Per Issue #344, this increases portability to BSDs (tmpfs implementation only, of course). Specifically, the following are addressed: * Doesn't hard-code path to `bash` * Use `rm` instead of non-portable...
I'm well aware that `profile-sync-daemon` was developed specifically for Linux and that's obviously the only way to use the [Overlay Filesystem](https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html) support. That said, the basic tmpfs support can be...
Bash is apparently coming to Windows 10 (or has already arrived?), so that would be a reasonable way to add Windows support. I expect some changes would be required, but...