Re: [dev] Wayland st!!??

2013-07-28 Thread oneofthem
On Sat, Jul 27, 2013 at 10:43:00PM -0700, Michael Forney wrote: > On Sat, 27 Jul 2013 14:17:42 -0400, Carlos Torres > wrote: > > I didn't know about this > > > > http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ > > > > I'm both excited or looking to troll > > I'm the author of the po

Re: [dev] daemon for DWM

2013-07-28 Thread Anselm R Garbe
On 28 July 2013 19:02, Silvan Jegen wrote: > I included some changes suggested by Markus in a rewrite of the netusage > functions for dwmstatus (attached; including an adapted dwmstatus-Makefile > for convenience). > > Comments and criticism is welcome. > > I will try to push a change request to t

Re: [dev] Re: coreutils / moreutils - DC a directory counter

2013-07-28 Thread Paul Hoffman
On Fri, Jul 26, 2013 at 01:17:54AM +, Thorsten Glaser wrote: > Calvin Morrison dixit: > > >I was sick of ls | wc -l being so damned slow on large directories, so > > What, besides the printing and sorting, is the slow part anyway? > Is it the VFS API or just the filesystem code? > > In the l

[dev] [st] [PATCH] Character size scaling factors

2013-07-28 Thread Eric Pruitt
The bounding boxes for characters can be scaled using "cwscale" and "chscale" to scale the width and height respectively. --- TODO |1 - config.def.h |4 st.c | 20 +--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index

Re: [dev] daemon for DWM

2013-07-28 Thread Silvan Jegen
On Sun, Jul 28, 2013 at 06:11:39PM +0200, Markus Teich wrote: > Am 2013-07-27 18:27, schrieb Martti Kühne: > >On Mon, Jul 22, 2013 at 3:17 PM, Markus Teich > > wrote: > >> > >>rx_now=0 > >>tx_now=0 > >>for i in /sys/class/net/*; do > >>if [[ -d "$i" && ${i##*/} != "lo" ]]; then > >>

Re: [dev] [sbase] Problem tar archiving the output file

2013-07-28 Thread Galos, David
>> Attached diff also checks st_dev, which ought to cover all cases. > Good catch, I will apply this tonight. The patch has been applied.

Re: [dev] daemon for DWM

2013-07-28 Thread Markus Teich
Am 2013-07-27 18:27, schrieb Martti Kühne: On Mon, Jul 22, 2013 at 3:17 PM, Markus Teich wrote: rx_now=0 tx_now=0 for i in /sys/class/net/*; do if [[ -d "$i" && ${i##*/} != "lo" ]]; then if [[ -f "$i/statistics/rx_bytes" ]]; then rx_now=($rx_now+

Re: [dev] [dwm] Hide unused tags

2013-07-28 Thread Thuban
> Did you add it? No, I didn't, I was waiting for an answer from the author, and then I was busy somewhere else and didn't ask again. Best regards, Xavier signature.asc Description: Digital signature

RE: [dev] slock: anti OOM killer - proper priv dropping - etc.

2013-07-28 Thread Robert Schneider
> If Robert provides the patch with ifdef __linux__ specificness, I > might consider adding it. Here's the ifdef'ed patch. -- ziggomatic 1_dontkillme_v3.patch Description: Binary data

Re: [dev] Wayland st!!??

2013-07-28 Thread Carlos Torres
Hi Michael. On Sun, Jul 28, 2013 at 1:43 AM, Michael Forney wrote: > On Sat, 27 Jul 2013 14:17:42 -0400, Carlos Torres > wrote: >> I didn't know about this >> >> http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ >> >> I'm both excited or looking to troll > > I'm the author of the port.

[dev] Re: Issue with DWM and x-terminal-emulator launching

2013-07-28 Thread James Latteier
Anselm R Garbe gmail.com> writes: > > On 28 July 2013 09:51, Anselm R Garbe gmail.com> wrote: > > On 27 July 2013 15:29, James Latteier gmail.com> wrote: > >> This isn't related to fonts per se. When I launch st using the mod-key > >> shortcut the system will freeze when killing X. This doesn'

Re: [dev] [dwm] [patch] Pulling to the master area on toggleview

2013-07-28 Thread Anselm R Garbe
On 23 May 2013 20:31, Raziel23 wrote: > I want to submit a patch which changes the toggleview function > behaviour. When I pull a tag (and an assigned client to it) by using > the toggleview function there is a good chance that I want it to be in > focus. Here is the patch which will pull to the m

Re: [dev] [dwm] Hide unused tags

2013-07-28 Thread Anselm R Garbe
On 29 May 2013 14:23, Thuban wrote: > Le 12:16:05 le 29/05.2013 , Uli Armbruster a écrit : >> Attached > > Thanks! > Can I add it on the wiki? Did you add it? I don't see it at http://dwm.suckless.org/patches/ Best regards, Anselm

Re: [dev] Issue with DWM and x-terminal-emulator launching

2013-07-28 Thread Anselm R Garbe
On 28 July 2013 09:51, Anselm R Garbe wrote: > On 27 July 2013 15:29, James Latteier wrote: >> This isn't related to fonts per se. When I launch st using the mod-key >> shortcut the system will freeze when killing X. This doesn't happen with >> another terminal emulator or when launching st from

Re: [dev] Issue with DWM and x-terminal-emulator launching

2013-07-28 Thread Anselm R Garbe
On 27 July 2013 15:29, James Latteier wrote: > This isn't related to fonts per se. When I launch st using the mod-key > shortcut the system will freeze when killing X. This doesn't happen with > another terminal emulator or when launching st from dmenu. I haven't > seen this reported elsewhere but

Re: [dev] slock: anti OOM killer - proper priv dropping - etc.

2013-07-28 Thread Anselm R Garbe
On 26 July 2013 00:46, Joerg Jung wrote: > Am 23.07.2013 um 15:50 schrieb Robert Schneider : > I think this unportable and totally linux specific, > hence shoul be in an ifdef linux or something. If Robert provides the patch with ifdef __linux__ specificness, I might consider adding it. Linux is