Re: [dev] [sbase] [patch v4] Add df(1)

2013-07-27 Thread Markus Wichmann
On Fri, Jul 26, 2013 at 10:54:43PM +0300, sin wrote: > On Fri, Jul 26, 2013 at 12:14:08PM +0100, Nick wrote: > > On Fri, Jul 26, 2013 at 01:51:01PM +0300, sin wrote: > > > Incorporated Steve's changes as well to make it compile/work > > > on OpenBSD. I realize #ifdef's are terrible but for now it

Re: [dev] [sbase] [patch v4] Add df(1)

2013-07-27 Thread sin
On Sat, Jul 27, 2013 at 11:59:02AM +0200, Markus Wichmann wrote: > On Fri, Jul 26, 2013 at 10:54:43PM +0300, sin wrote: > > On Fri, Jul 26, 2013 at 12:14:08PM +0100, Nick wrote: > > > On Fri, Jul 26, 2013 at 01:51:01PM +0300, sin wrote: > > > > Incorporated Steve's changes as well to make it compil

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

2013-07-27 Thread James Latteier
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 one other person on the arch forum has the same p

Re: [dev] daemon for DWM

2013-07-27 Thread 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+`cat $i/statistics/rx_bytes`) >

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

2013-07-27 Thread sekret
* James Latteier [27.07.2013 15:35]: > 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 one

[dev] [st] Binding Control+Tab

2013-07-27 Thread Eric Pruitt
In my configuration for st, I have the following Key entry for Control+Shift+Tab: { XK_ISO_Left_Tab, ShiftMask | ControlMask, "\033[27;6;9~", 0, 0, 0}, I would also like to use Control+Tab, so I added the following entry above that: { XK_ISO_Left_Tab, ControlMask, "\033[27;5;9~", 0

[dev] Wayland st!!??

2013-07-27 Thread Carlos Torres
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

[dev] Re: [st] Binding Control+Tab

2013-07-27 Thread Eric Pruitt
On Sat, Jul 27, 2013 at 12:00:04PM -0500, Eric Pruitt wrote: > In my configuration for st, I have the following Key entry for > Control+Shift+Tab: > > { XK_ISO_Left_Tab, ShiftMask | ControlMask, "\033[27;6;9~", 0, 0, 0}, > > I would also like to use Control+Tab, so I added the following e

Re: [dev] Wayland st!!??

2013-07-27 Thread Michael Forney
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. I'm not sure how the suckless community feels about Wayland, but it seems like