[dev] [dmenu] running shell scripts in dmenu

2019-01-03 Thread Caio Barros
Hi everyone, I have built some simple shell scripts and put tem all on a ~/scripts directory. The directory was already added to PATH so if I'm on a terminal I can just type, for instance: $ duck and that should launch a script wich contains #!bin/sh surf https://duckduckgo.com That works, but

Re: [dev] [dmenu] running shell scripts in dmenu

2019-01-03 Thread Martin Tournoij
On Fri, Jan 4, 2019, at 14:14, Caio Barros wrote: > #!bin/sh > surf https://duckduckgo.com Note there is a typo in that hashbang, > That works, but for some reason dmenu (+ dwm) doesn't accept this > command. It only works if I type the full directory (i. e. > ~/scripts/duck or /home/caio/scripts

[dev] [st][bug?] bold text foreground color

2019-01-03 Thread Евгений Соловьёв
Hello. The right top terminal is xfce4-terminal, right bottom is st. As you can see, green color becomes gray. Is st assumed to handle colors like that? By the way, xfce4-terminal has "Show bold text in bright colors" option. When it is on, the terminal emulator behaves like st.