Salman Abedin

Results 18 comments of Salman Abedin

try pulling down the latest commits and see how it goes.

Have you tried the latest version?

Let me have a look at your `faint-operate` and `faint` files.

Everything looks fine there. I've tried to reproduce the issue but haven't been able to do so. I will see what I can do about this. In the mean time,...

I see. In that case, replace the single quotes with double quotes and escape them using backslashes. It's gonna look like this `--header \"\"`. I'm gonna push with this on...

Okay then try removing the `export FZF_DEFAULT_OPTS` line altogether and put the `export` command before the `FZF_DEFAULT_OPTS` variable. It's gonna look like this... ```sh export FZF_DEFAULT_OPTS="\ $FZF_DEFAULT_OPTS --reverse --border --no-info...

Let me have a look at your `faint-config` file

I think your `back` and `launch` keys are causing the issue. Try a few things like double quoting, no quoting and escaping to see what works for you. Fingers crossed....

You better not give up on me man! lol. We'll figure this out. 🙂

Give this old snippet a shot and kindly let me know how it went. ```sh WID=$(xdo id) xdo hide "$@" > /dev/null 2>&1 xdo show "$WID" ```