webextension-dmenu icon indicating copy to clipboard operation
webextension-dmenu copied to clipboard

Tab search, selection and beyond with a dmenu filter program

Results 1 webextension-dmenu issues
Sort by recently updated
recently updated
newest added

When trying to use the extension with the standard options: `"{\"command\":\"dmenu\",\"arguments\":[\"-l\",\"20\",\"-i\"]}"` I get an error, but when i edit it and remove the escape characters like so: `{"arguments":["-l","20","-i"],"command":"dmenu"}` everything works...