j4-dmenu-desktop icon indicating copy to clipboard operation
j4-dmenu-desktop copied to clipboard

Add --term-args command line argument

Open sbogomolov opened this issue 3 years ago • 2 comments

Some terminal emulators (like foot) do not support an argument -e. With --term-args it is possible to customize the arguments passed to the terminal emulator. If this option is not provided -e is used by default to maintain backwards compatibility.

In case of foot we would use it like this:

--term="foot" --term-args=""

sbogomolov avatar May 12 '21 22:05 sbogomolov

This feature would be extremely helpful. Having more flexibility in how the terminal emulator is invoked would allow a wider range of terminals and help work around various WM issues.

electrickite avatar Oct 22 '21 17:10 electrickite

Some terminal emulators (like foot) do not support an argument -e

FWIW, foot now ignores the -e flag.

craigbarnes avatar Oct 22 '21 23:10 craigbarnes