Re: [dev] pids for surf, webkit instances

2017-09-05 Thread Greg Minshall
S. Gilles, > xprop | grep PID yes, nice. i hadn't known. this for i in $(xwininfo -children | tr '[:blank:]' \\n | grep '^0x'); do xprop -id $i | grep PID; done i guess, gives me PIDs for all the windows in a tabbed set. thanks! Greg

Re: [dev] pids for surf, webkit instances

2017-09-05 Thread S. Gilles
On 2017-09-06T07:14:21+0300, Greg Minshall wrote: > hello. > > every now and then some browser instance goes resource wild. top(1) or > ps(1) show the PID consuming all the resources (normally a webkit > instance), but i haven't figured out a way to go from that to knowing > which instance to kil

[dev] pids for surf, webkit instances

2017-09-05 Thread Greg Minshall
hello. every now and then some browser instance goes resource wild. top(1) or ps(1) show the PID consuming all the resources (normally a webkit instance), but i haven't figured out a way to go from that to knowing which instance to kill off, given that most often i start surf from dwm(1), which s

Re: [dev] [Announcement] slstatus

2017-09-05 Thread Aaron Marcher
Hi Laslo, > I am aware that there are other status-monitor-programs around, but I > think it's a good start to take one and put together the mess of single > code snippets we currently find on the dwmstatus-page on > dwm.suckless.org. The mess was the initial motivation... ^^ > It certainly is a

Re: [dev] [Announcement] slstatus

2017-09-05 Thread Laslo Hunhold
On Tue, 5 Sep 2017 23:43:28 +0200 Aaron Marcher wrote: Dear Aaron, > To all of you who have not noticed it yet: > During the suckless hackathon 2017 slstatus was imported into > suckless. > > I started this project some year ago to fit my personal needs. > Apparently the community around suckle

[dev] [Announcement] slstatus

2017-09-05 Thread Aaron Marcher
Hi, To all of you who have not noticed it yet: During the suckless hackathon 2017 slstatus was imported into suckless. > slstatus is a suckless status monitor for window managers that use WM_NAME > (e.g. dwm) or stdin to fill the status bar. Basically it started as a fork of dwmstatus (which is

Re: [dev] Congrats on HTTPS, and other thoughts

2017-09-05 Thread Markus Teich
Hiltjo Posthuma wrote: > Some directories indeed did not have a checksums file (it didn't have these > before either). The script generating the .tar.gz archives and checksums does not yet copy them to the dl.suckless.org hierarchy. We might want to remove the subdirectories (like tools/) level on