Re: [dev] [dwm] gaps patch

2014-01-12 Thread Chris Down
On 2014-01-12 22:05:21 -0200, Carlos Pita wrote: > I would like to share this alternative to the uselessgap patch I've > written. Thanks a lot for all the patches recently. Did you already submit them to the submission queue on the wiki? For now I have them flagged in Mutt, but it would be nice to

Re: [dev] [dwm] xtile patch

2014-01-12 Thread Chris Down
If this patch does everything it claims to do, then it could serve to be very useful. Thanks a lot, Carlos. On 2014-01-12 22:00:59 -0200, Carlos Pita wrote: > Content-Type: text/x-markdown; charset=US-ASCII; name="xtile.md" Note that the usage of an X- prefix was deprecated in RFC6648[0]; I would

[dev] Re: [dwm] xtile patch

2014-01-12 Thread Carlos Pita
Some additional doc I should have included in the previous document: Layout symbol --- The layout symbol will probably look cryptic at first sight but it's very easily decoded. It consists of three characters, one for the direction of each area: * Global area: '<', '>', 'v', '^',

[dev] [dwm] gaps patch

2014-01-12 Thread Carlos Pita
Hi, I would like to share this alternative to the uselessgap patch I've written. The gaps patch modifies the tile layout to add a gap between clients that helps to visually differentiate between selected borders and normal borders and so provides an additional visual hint to identify the currentl

[dev] [dwm] xtile patch

2014-01-12 Thread Carlos Pita
Hi, I would like to share this new patch I've written. It's akin to flextile although there are some differences: 1) The code is much shorter, partly because it's intended to be applied on top of pertag and partly because it doesn't deal with nmaster stuff given that this is already included in d

Re: [dev] [surf] [PATCH] edit not found urls

2014-01-12 Thread Nick
Quoth Edgaras: > Since I do not use any history or bookmarks, for a very long time it bugged me > that if you misspell address and page is not found, when you try to edit > address you do not get what you have entered, but get "about:blank" instead. Good, thanks for looking at that, it bugs me too

Re: [dev] gtk3 support for surf?

2014-01-12 Thread Nick
> > Well, maybe that GTK3-programs suck? They feel very slow imho and don't fit > > well into a world where GTK2 is still the least-painful way to go. > > At least on OpenBSD GTK+3 is already required for GTK+2 webkit: surf is an interface to a world of suck, so keeping up to date with whatever cr

Re: swc library to implement dwm under Wayland (was Re: [dev] gtk3 support for surf?)

2014-01-12 Thread FRIGN
On Sun, 12 Jan 2014 13:07:34 +0100 Silvan Jegen wrote: > st and dwm on Wayland is something I would love to see, if only to > get a glimpse of the functionality of the Wayland protocol and the > Wayland/client interactions. Hey Silvan, I am still wondering if Wayland really is the way to go, gi

swc library to implement dwm under Wayland (was Re: [dev] gtk3 support for surf?)

2014-01-12 Thread Silvan Jegen
Hi On Sat, Jan 11, 2014 at 09:43:44AM +0100, FRIGN wrote: > On Sat, 11 Jan 2014 01:38:13 + > Michael Forney wrote: > > > I'm of the opinion that the compositor and window manager should be > > separate projects, which is why I implemented swc as a library. Look at > > the number of tiling X1

[dev] [surf] [PATCH] edit not found urls

2014-01-12 Thread Edgaras
Since I do not use any history or bookmarks, for a very long time it bugged me that if you misspell address and page is not found, when you try to edit address you do not get what you have entered, but get "about:blank" instead. I would consider it a bug since other browsers let you edit urls if t