Re: [dev] gregkh likes us

2013-02-16 Thread Chris Down
On 17 February 2013 11:14, Kai Hendry wrote: > Since gregkh maintains the stable kernels, I thought I'd take this > opportunity to bitch about the 3.7.x series ruining my life. > > My X220 overheats all the time. > https://bugzilla.kernel.org/show_bug.cgi?id=48721#c42 > > My wifi drops out all th

Re: [dev] gregkh likes us

2013-02-16 Thread Kai Hendry
Since gregkh maintains the stable kernels, I thought I'd take this opportunity to bitch about the 3.7.x series ruining my life. My X220 overheats all the time. https://bugzilla.kernel.org/show_bug.cgi?id=48721#c42 My wifi drops out all the time. https://bugzilla.kernel.org/show_bug.cgi?id=48921

Re: [dev] screen/tmux

2013-02-16 Thread Charlie Kester
On 02/16/2013 13:45, Marc Andre Tanner wrote: Latest dvtm git HEAD ships its own terminfo file and the one used can be set via an environment variable, therefore DVTM_TERM=screen dvtm would have the same effect as your patch. The proper way to fix the emulation bugs would of course be to is

Re: [dev] screen/tmux

2013-02-16 Thread Marc Andre Tanner
Hi Ross, On Fri, Feb 15, 2013 at 06:11:56PM -0500, Ross Mohn wrote: > dvtm+dtach works great with st. If you don't mind bash, I've > attached my script 'tm' that wraps it all up neatly. Just run 'tm' > with a session name of your choice and you can detach (C+\), share, > keep multiple active sessi

Re: [dev] [st] XKB group mod

2013-02-16 Thread Mihail Zenkov
Yes it work as expected. Thanks! 2013/2/16, Christoph Lohmann <2...@r-36.net>: > Greetings. > > On Sat, 16 Feb 2013 13:57:01 +0100 Mihail Zenkov > wrote: >> 2013/2/16, Christoph Lohmann <2...@r-36.net>: >> > Greetings. >> > >> > On Sat, 16 Feb 2013 09:40:00 +0100 Mihail Zenkov >> > >> > wrote: >

Re: [dev] [surf] patch for style toggling

2013-02-16 Thread Nick
Quoth Christoph Lohmann: > Yeah, the patch looks good, it’s applied. You forgot to add the changes > for the manpage. I did this. Thanks Christoph, and good catch with the manpage.

Re: [dev] [surf] patch for style toggling

2013-02-16 Thread Christoph Lohmann
Greetings. On Sat, 16 Feb 2013 16:23:23 +0100 sta...@cs.tu-berlin.de wrote: > * Nick 2013-02-16 15:12 > > +static void > > +togglestyle(Client *c, const Arg *arg) { > > + WebKitWebSettings *settings; > > + char *uri; > > + > > + settings = webkit_web_view_get_settings(c->view); > > + g_obj

Re: [dev] [surf] patch for style toggling

2013-02-16 Thread Christoph Lohmann
Greetings. On Sat, 16 Feb 2013 16:18:52 +0100 Nick wrote: > Attached is a patch that enables toggling the user style on/off. It > also adds an appropriate letter to the status thing in the title. It > uses the key / letter 'm', only because 's' and 'c' (for style / > css) are already taken. Th

Re: [dev] gregkh likes us

2013-02-16 Thread Chris Down
On 16 February 2013 22:21, Nick wrote: > Quoth Carlos Torres: > > Who is Gregkh anyway? > > Linux kernel hacker. Seems sensible quite often. > > Since the topic also mentioned on this list a few days ago, he also happens to be the main driver behind the whole in-kernel dbus thing going on right n

Re: [dev] [surf] patch for style toggling

2013-02-16 Thread stanio
* Nick 2013-02-16 15:12 > +static void > +togglestyle(Client *c, const Arg *arg) { > + WebKitWebSettings *settings; > + char *uri; > + > + settings = webkit_web_view_get_settings(c->view); > + g_object_get(G_OBJECT(settings), "user-stylesheet-uri", &uri, NULL); > + uri = uri[0]

Re: [dev] gregkh likes us

2013-02-16 Thread Nick
Quoth Carlos Torres: > Who is Gregkh anyway? Linux kernel hacker. Seems sensible quite often.

Re: [dev] gregkh likes us

2013-02-16 Thread Agrest
Just wanted to say I love y'all too. <3 Thanks for the great software. On Sat, 16 Feb 2013 13:04:08 + Nick wrote: > So I was reading GregKH's Google Plus page when I came across this: > > > Sometimes I think the suckless.o

[dev] [surf] patch for style toggling

2013-02-16 Thread Nick
Attached is a patch that enables toggling the user style on/off. It also adds an appropriate letter to the status thing in the title. It uses the key / letter 'm', only because 's' and 'c' (for style / css) are already taken. The patch is against tip. I use this to switch between a dark style a

Re: [dev] gregkh likes us

2013-02-16 Thread Carlos Torres
Who is Gregkh anyway? On Feb 16, 2013 8:03 AM, "Nick" wrote: > So I was reading GregKH's Google Plus page when I came across this: > > > Sometimes I think the suckless.org developers take things a bit too > far, but you have to

[dev] gregkh likes us

2013-02-16 Thread Nick
So I was reading GregKH's Google Plus page when I came across this: Sometimes I think the suckless.org developers take things a bit too far, but you have to give them credit, they are very good programmers. The latest program

Re: [dev] [st] XKB group mod

2013-02-16 Thread Christoph Lohmann
Greetings. On Sat, 16 Feb 2013 13:57:01 +0100 Mihail Zenkov wrote: > 2013/2/16, Christoph Lohmann <2...@r-36.net>: > > Greetings. > > > > On Sat, 16 Feb 2013 09:40:00 +0100 Mihail Zenkov > > wrote: > >> In my xorg.conf I have: > >> Option "XkbLayout" "us,ru" > >> Option "XkbOptions"

Re: [dev] [st] XKB group mod

2013-02-16 Thread Mihail Zenkov
2013/2/16, Christoph Lohmann <2...@r-36.net>: > Greetings. > > On Sat, 16 Feb 2013 09:40:00 +0100 Mihail Zenkov > wrote: >> In my xorg.conf I have: >> Option "XkbLayout" "us,ru" >> Option "XkbOptions" "grp:menu_toggle,... >> >> When I switch to 'ru' XKB add mod (1<<13) and I can't use F

Re: [dev] [st] XKB group mod

2013-02-16 Thread Christoph Lohmann
Greetings. On Sat, 16 Feb 2013 09:40:00 +0100 Mihail Zenkov wrote: > In my xorg.conf I have: > Option "XkbLayout" "us,ru" > Option "XkbOptions" "grp:menu_toggle,... > > When I switch to 'ru' XKB add mod (1<<13) and I can't use F1-F12, > Shift F1-F12 and probably some others. Maybe we