Mikito Takada
Mikito Takada
hmm, looks like https://github.com/jdfreder/pur/blob/master/src/dealias.js does it by running a command to sync up the aliases and then does the actual alias replacing via regexp - that might work. e.g. `zsh...
Makes sense to me, it was one of those features that I thought might turn out to be useful when building out gr, but at least personally I haven't found...
:+1: This is actually the one project I wish was more popular :) even though it wasn't particularly complicated to write, I really wish more media players had jump to...
I ran into this as well, and just landed a fix in `v.0.3.1`. Let me know if that works for you, e.g. `npm install -g git-run@latest` to update to the...
Sorry, I missed the -g argument for npm install on my comment. Without it you won't update the globally installed version of gr. Can you try with npm install -g?...
I haven't tested nwm on node 6 yet. You might try cloning the repo directly, upgrading `nan` to a more recent version (`npm install --save nan@latest`) and then doing `npm...
Yes, this is on the roadmap. I need to first get the JS bits rewritten to support more flexible layouts since the current JS code is a bit too entangled...
Yeah, that's mostly what I am after. Right now, the problem is that the JS binding is inelegant: layouts are static functions that are applied by the workspace on its...
Hi, thanks for this, but I'd prefer the installation to be done via actual packages for the specific OS, rather than bash scripts. The problem with bash is that it...
yes, but you'll need to add some additional functions to the native binding library in https://github.com/mixu/nwm/tree/master/src/nwm to expose these x11/xlib functions: http://tronche.com/gui/x/xlib/window/stacking-order.html on the Node side right now nwm doesn't...