[2025-08-11T09:29:01Z] me watching a kiss contributor make a PR in cports after months of no activity [2025-08-11T09:29:07Z] hehehhehehe [2025-08-11T16:57:47Z] Hello everyone! I am currently trying to integrate a simple wrapper script for pash into dwm and i am stuck on a strange issue and would appreciate any help [2025-08-11T16:58:08Z] the script in question: [2025-08-11T16:58:33Z] st pash c $(pash l |dmenu -b) [2025-08-11T16:58:54Z] it works just fine from the terminal [2025-08-11T16:59:30Z] but it fails to copy into the clipboard if called as a dwm function [2025-08-11T17:09:08Z] hi drmcstsr [2025-08-11T17:09:09Z] what's pash? [2025-08-11T17:12:35Z] oh I the password manager [2025-08-11T17:12:53Z] maybe you need to quote the command? [2025-08-11T17:13:14Z] like, st "pash c $(pash l | dmenu -b)" [2025-08-11T17:13:52Z] also have you tried to run the command from `sh`? Maybe you're running the command from a non-posix interpreter while sh is or viceversa [2025-08-11T17:14:29Z] also st is a terminal emulator right? why do you need to run it from there? [2025-08-11T17:14:42Z] maybe you meant to do `sh -c "pash c $(pash l | dmenu -b)"`? [2025-08-11T17:15:19Z] sorry I'm not experienced with either dwm or pash but I guess that it's probably a scripting problem, for which I can help [2025-08-11T17:16:08Z] i don't think that such quotation is needed and dwm uses sh by default [2025-08-11T17:17:16Z] i do need to use it from terminal window since it will ask for a gpg passphrase [2025-08-11T17:17:37Z] and i dont want to use gui version of pinentry [2025-08-11T17:18:56Z] everything works as intended except for the clipboard part [2025-08-11T17:32:34Z] drmcstsr: you can set the pinentry to tty [2025-08-11T18:06:47Z] sewn: it wont change anything [2025-08-11T18:17:58Z] nothing ever happens [2025-08-11T18:18:02Z] <:333333333333333333333 [2025-08-11T18:19:30Z] mow