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

Fixing walker command arguments

Open CryVeck opened this issue 3 months ago • 2 comments

-f argument does not exist in current walker version (cf https://benz.gitbook.io/walker/dmenu) and was preventing walker to open

removing the -f makes walker to open as intended.

CryVeck avatar Nov 19 '25 05:11 CryVeck

Added fix for the passphrase:

  • removing "-n" to get the search / input field.
  • adding "-I" for getting the input

CryVeck avatar Nov 19 '25 14:11 CryVeck

If there are inconsistencies between versions, I think we need to add some checks to see which flags to set, especially if both versions are still available in the wild. The project has gone from version 0.13.26 to version 2.11 in 3 months. Even nixpkgs-unstable still only has 0.13.26.

firecat53 avatar Nov 24 '25 18:11 firecat53