Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-09 Thread Ian Remmler
On Thu, May 09, 2019 at 11:30:37AM +0600, Enan Ajmain wrote: > So, could you help me how I can create a function to open a new ST > terminal window on the cwd of the current ST terminal? I do something similar with my plumber that could be adapted. I use zsh which (if interactive) will evaluate a

Re: [dev] [st] How do I add a keybinding to open a new ST window in the current working directory?

2019-05-09 Thread Ian Remmler
On Thu, May 09, 2019 at 04:27:31PM -0500, Ian Remmler wrote: > Then you just make a script to launch st from there and bind it to a > window manager shortcut or whatever. ... And I missed the bit about you not wanting to rely on the window manager. :) But you could always have st run the script.

Re: [dev] [dwm] Is there any way to prevent windows from stealing focus?

2019-05-09 Thread Chris Down
Alef Farah writes: For instance, if I open a website on Firefox, move to another window, and after a loading period Firefox pops up a basic access authentication window, the focus is stolen from whatever other window I was at. Is there any way to avoid or workaround this in dwm? To shamelessly