Nils Kvist

Results 26 comments of Nils Kvist

The disabling/re-enabling of the DEBUG trap, is making my brain hurt a bit :) This is truly awesome, thank you so much for sharing and digging. I wish you a...

amazing! Not having to worry about DEBUG trap being used is great. Interesting discoveries and development regarding `local BASH_REMATCH` . bash mailing list is comfy.

Great to hear that you are still on. Looking forward to see the roadmap, I got nothing better to do, and will try to help out if i can. cVim/vb4c...

i3-session-start is a **bash** script (`[[ $? != 0 || "${UNIT_LOAD_STATE}" != "loaded" ]]`) . Use appropriate shbang: `#!/usr/bin/env bash` . Also as in discussion about needing environment variables, before...

One sollution to this could be to implement a new `workspace_layout`: **floating** I personally have the functionality such a layout provides set up via an external IPC script. (since using...

sorry if this is a bit OT, but in a way it answers my proposal of a *floating mode*, i just found a link to the old FAQ page on...