On Fri, Aug 31, 2012 at 05:34:26PM -0700, Amit Uttamchandani wrote:
> Thanks for the reply.
>
> Played around with Systemtap and it seems to have what I need. However,
> I can't get user space probing to work! Apparently, you need
> uprobes/utrace support, which debian kernels don't have.
cd /usr
On Mon, Aug 06, 2012 at 10:13:01AM +0200, Anselm R Garbe wrote:
> Read
>
> http://suckless.org/community
>
> to learn the unsubscription procedure.
>
Or the email headers...
On Tue, Sep 20, 2011 at 10:54:25PM +0100, Nick wrote:
> Quoth Sir Cyrus:
> > Thought a few of you might be interested in this:
> > http://alrig.ht/newfutaba.html
>
> Sounds really nice. Pity they can't use musl, as ARM support is an
> important use-case.
musl
abide by the standard, even if that means we set the state
> to Withdrawn when it, well, isn't. I blame Mathematica for that one.
>
> (Valentin, could you check whether this breaks the patch for Mathematica?)
Nope, still works fine.
--Valentin
Just found http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.4
So apparently the help window wants to go into WithdrawnState, get
ignored by dwm, and draw its own icon or whatever right after being
mapped. Makes sense to me...
m not
drunk and stoned enough to be able to think like Mathematica devs. But I
have a simple patch attached, which ignores all UnmapNotify events that
don't come from the server.
--Valentin
diff -r 131d4f6a8a1e dwm.c
--- a/dwm.c Fri Jul 29 20:01:22 2011 +0200
+++ b/dwm.c Mon Aug 08
> Well, the thing is, I don't ever use the mouse for window management,
> but I sometimes move the mouse out of the way and in doing so
> accidentally focus a completely different window. I personally would
> rather dwm had no mouse support at all, but clearly that would be
> controversial... Still
If you have one, use the windows key as the modifier.
I would probably go insane without that (also using emacs)
At Mon, 04 Jul 2011 22:34:45 +0700,
Toan Le wrote:
>
> [1 ]
> [1.1 ]
> Hi,
>
> I setup Arch linux on VMWare and decide to use DWM. I see some emacs
> command does not work well und
> I use dwm, through dmenu run "tabbed", get a full grey screen with "tabbed
> 0.3" in the left top corner. Then I try "ctrl+shift+enter";
> "ctrl+alt+enter", nothing happens.
> Where I can redefine the hotkeys? Maybe its something machine specific.
> --
> Tian
Start tabbed with a surf instance i
ke moc)? Like mh, but for tunes.
>
> mpd with either mpc or pimpd2 as client.
> *AND* doesn't try to build a database (like moc)?
mpd has a database. A fairly big one, even:
14M /home/apo/data/mpd/db
--Valentin
On Thu, Jan 20, 2011 at 02:13:24AM +0100, Jan wrote:
> Apparently wpa_cli -a doesn't pass the ssid as a parameter when executing
> the script. I would consider this important when dealing with multiple
> profiles.
$WPA_ID_STR
--Valentin
pgpn8tydY5s0t.pgp
Description: PGP signature
hat wpa_cli -a can't do?
--Valentin
pgp33Q8UZ6WR5.pgp
Description: PGP signature
On Wed, Aug 25, 2010 at 07:57:51PM +0200, Szabolcs Nagy wrote:
> i'm not sure why you needed signal.h
I'm still planning to write the database on ^C, just... not now. =P
--Valentin
pgpyzPLst5e66.pgp
Description: PGP signature
or the middle, etc. The
end is obviously simple enough (just put the base in the word and let
tags handle the rest), but if the stem changes as well... Bleh. If you
do write a patch, just send it to me ;)
--Valentin
pgpAVUC8LdtQA.pgp
Description: PGP signature
at the project page [3] -- which
doesn't really tell you much more than the README or this mail.
I hope somebody can find a use for this; I'll probably stop learning in
a few weeks anyway. ;)
--Valentin
[1] http://www.supermemo.com/english/ol/sm2.htm
[2] http://0au.de/hgweb.cgi/sfc
[
us to me but I'm having trouble
> understanding where and how setmfact() is being used.
>
> On Thu, Aug 12, 2010 at 2:11 PM, Valentin wrote:
>
> > On Thu, Aug 12, 2010 at 01:25:19PM -0500, Jaime Villarreal wrote:
> > > Ah! missed that. Thanks!
> >
> > Yo
On Thu, Aug 12, 2010 at 01:25:19PM -0500, Jaime Villarreal wrote:
> Ah! missed that. Thanks!
You did notice setmfact(), right? It's bound to M-[ and M-] by
default...
pgpZg6nfH9Ouk.pgp
Description: PGP signature
Forgot attaching the file...
void
tcl(Monitor *m) {
int x, h, w, mw;
unsigned int i, n;
Client *c;
for(n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++);
if(n == 0)
return;
/* master */
c = nexttiled(m->clients);
mw = m->mfact * m->ww;
resize(c, n<3?m->wx:m->wx+(m->ww-mw
ts for this application.
Try the attached function, a quick hack of the normal tile() layout.
After the first window, the next alternate between the right and left
stack.
--Valentin
pgpg2w5iWgXmm.pgp
Description: PGP signature
AFAIR. I
think Gottox said that it works for him, though.
--Valentin
pgpcLDF73IKiK.pgp
Description: PGP signature
On Thu, Mar 18, 2010 at 01:58:11PM +0100, QUINTIN Guillaume wrote:
> >
> > Scroll lock works for me in xterm.
> >
>
> What is the escape sequence to lock scroll ?
>
No idea, I just hit scroll lockā¦
pgpKRlt4SZqLn.pgp
Description: PGP signature
.
>
> Kind regards,
> Guillaume Quintin.
>
--Valentin
pgpmYPqK1Iveo.pgp
Description: PGP signature
How annoying, now I have press shift all the time so I get correctly
cased characters. What a retarded idea.
--Valentin
pgpriaBLy6Avt.pgp
Description: PGP signature
gt; wmii too, mainly because I want the possibility of a grid layout (2x2
> for example) rather than master+stack.
dwm has both a grid and gapless grid patch. ;)
--Valentin
On Sun, Aug 23, 2009 at 08:28:02PM +0100, Anselm R Garbe wrote:
> the planned st server that keeps
> terminal sessions survive X shutdowns.
Isn't that what screen's there for? :P
It almost sounds like you want vimpression [1] ;)
[1]: https://projects.ring0.de/webkitbrowser/
On Wed, Aug 19, 2009 at 07:44:47AM +, Jacob Todd wrote:
> Alright then. I'm going to look at the source tonight hopefully and come up
> with
> a patch so that j & k move up and down, h & l move f
26 matches
Mail list logo