For i3wm
users who wish to launch fzf
with a keybinding and then do stuff with fzf
's output
#3326
anthony-S93
started this conversation in
Show and tell
Replies: 1 comment
-
I want to run printf '%s' "$g_prefixes" | fzf -f 'git' fails if I trigger it with the keybinding, but works as expected when I directly execute the file in terminal! I'm almost pulling my hair! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is a simple way to do it:
In your
i3
config:After that, we simply have to write the
fzf-output-handler.py
script and put it inside~/.config/i3/scripts
(or wherever you like)Beta Was this translation helpful? Give feedback.
All reactions