mlvwmrc
mlvwmrc copied to clipboard
Macintosh-like Virtual Window Manager (MLVWM) configuration files
``` ⋊> ~/mlvwmrc on master ◦ sudo make install 07:14:24 mkdir -p /root/bin install -b -B .`date +%Y%m%d-%H%M%S` -m 700 -o root bin/mlvwm-* /root/bin install: invalid option -- 'B' Try...
In the application menu, when I click on any of the options (like Exit or New and etc), nothing happens. Is there anything else I need to install or configure...
`mlvwm` is compatible with the [`picom`](https://github.com/yshui/picom) X11 compositor. While one can certainly use some of the advanced features, if they like, a minimal configuration prevents screen-tearing by enabling vsync. This...
While the `Makefile` has seen improvements lately, one major issue is that `make install` overwrites the user's `~/.mlvwm/` contents, so any local modifications are lost. Since `~/.mlvwmrc` is symlinked to...
I really like Lucas de Sena's [XFiles](https://github.com/phillbush/xfiles), and am switching to using it instead of [`xwf`](https://github.com/morgant/xwf). In addition to Mac-like themed Xresources for XFiles (I'm using `~/.Xresources.xfiles`) and [XMenu](https://github.com/phillbush/xmenu), I'll...
Currently, the Apple menu items need to be manually added per-theme. This can be tedious, especially after installing new applications and finding/making appropriate 16x16 XPM icons for applications that don't...
I occasionally find I need to enter accented characters for which I haven't modified my X11 keymaps for (see [xmodmap(1)](http://man.openbsd.org/xmodmap)). A while ago I installed [`xvkvd`](http://t-sato.in.coocan.jp/xvkbd/), an X11 virtual keyboard,...
Now that the [`FlushMenu` built-in function has been deprecated in favor of the corrected `FlashMenu` function](https://github.com/morgant/mlvwm/issues/46) in [mlvwm](https://github.com/morgant/mlvwm), we should replace all occurrences of `FlushMenu` with `FlashMenu`. That said, while...
I've recently discovered that a System 6-like black & white 'gray' desktop pattern can be easily set using `xsetroot -gray`, so would like this to be the default desktop pattern....