Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
+1 vote
in vifm by

I want to run vifm with the --hide-menubar and --hide-borders options, but I don't know how to modify the launcher.
With the command
"xfce4-terminal --hide-menubar --hide-borders vifm% F"
it does not work.

I've been a Windows user for a long time and I'm new to linux, I'm using xubuntu.
Thanks in advance.

1 Answer

+1 vote
by
 
Best answer

Try this and uncheck "Run in terminal" (since you're running it explicitly):

xfce4-terminal --hide-menubar --hide-borders --command "vifm %F"
...