Re: [dev] mail clients

2013-06-10 Thread Uli Armbruster
* Andrew Hills ahi...@ednos.net [10.06.2013 19:20]: On Mon, 10 Jun 2013 18:12:57 +0100 Michael Stevens mstev...@etla.org wrote: Are there any mail clients that don't suck? Mutt for CLI, Claws Mail for GUI. I don't think either of them suck. In case you don't instantly see this in Claws and

[dev] [st] latest update breaks -t switch

2013-06-09 Thread Uli Armbruster
Hi guys The latest git pull changed the way the title is set, see http://git.suckless.org/st/commit/?id=369734c80c6e5049d704a00f436c59ecf4dafae8 With this, the -t switch doesn't work anymore. Here's an example command line: st -t gmail -e mutt -F ~/.mutt/muttrc-gmail Dwm show the title mutt,

Re: [dev] [dwm] Hide unused tags

2013-05-30 Thread Uli Armbruster
* Eric Pruitt eric.pru...@gmail.com [30.05.2013 03:56]: On Wed, May 29, 2013 at 12:16:05PM +0200, Uli Armbruster wrote: * Thuban thu...@singularity.fr [29.05.2013 11:43]: I can't find the patch to hide unused tags. I used to use it for a while, but I lost it. Attached Are you

Re: [dev] [surf] add 3-finger back and forward control

2013-04-21 Thread Uli Armbruster
* Strake strake...@gmail.com [21.04.2013 18:37]: Which race has n fingers | n 3? Seriously?!?!?!

[dev] [st] clipboard selection behavior (patch applied)

2013-03-14 Thread Uli Armbruster
Hi guys! First of all, don't kill me if the patch isn't perfect, because I'm not really a coder (but use suckless software nevertheless)! But this patch is trivial enough. Actually it's the first time ever that I provide a patch! :) I discovered that for selected text st uses the CLIPBOARD

Re: [dev] [dwm] [patch] hide tags with no clients

2012-08-20 Thread Uli Armbruster
* Hannes Blut blut.han...@googlemail.com [09.08.2012 09:16]: On 08/08/12 at 10:51pm, Matthew Bauer wrote: I made a patch that hides tags that are not being used to make the bar feel less cluttered. It's a simple visual change similar to how WMII handles tags. I'm pretty sure this has

[dev] [dmenu] doesn't appear with 2 monitors and no application opened

2012-06-30 Thread Uli Armbruster
Hi guys This really starts to annoy me, so I have to ask, why this happens and if there's a known solution: After booting my laptop with an external monitor connected, I cannot run dmenu_run, it simply doesn't show up. I don't know how to give you more specific informations like terminal

Re: [dev] changing sizes in the master area

2012-05-14 Thread Uli Armbruster
* Manolo Martínez man...@austrohungaro.com [14.05.2012 13:24]: Hello, An unpatched dwm cannot change the sizes of windows in the master area, can it? Thanks M If you mean changing the size vertically (e.g. with two widows in the master area), then no, if you mean horizontally, then

[dev] [dwm] misbehavior with the urgent hint

2012-02-28 Thread Uli Armbruster
Hi guys There's only one thing left with dwm which bugs me a bit. So you can reproduce it, here's what's happening: I use e.g. newsbeuter to read the latest news. If if want to read an article, I hit 'o' so it opens in a web browser. I use luakit http://luakit.org. In dwm's config.h, I

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-24 Thread Uli Armbruster
* Bert Münnich be.muenn...@googlemail.com [23.02.2012 21:04]: On 20.02.12, Uli Armbruster wrote: By default, floating clients are always on top of tiled clients. I'd like to change this behavior to make it possible to use floating and tiled clients together (either having the same tag

Re: [dev] [dwm] exit fullscreen correctly

2012-02-24 Thread Uli Armbruster
* Andreas Amann am...@physik.tu-berlin.de [23.02.2012 21:43]: dwm does not always leave the fullscreen mode correctly. For example, if you use the mouse to resize a fullscreen client, the boarder does not get painted, which indicates that internally the isfullscreen flag is still set. A

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-23 Thread Uli Armbruster
* Ivan Kanakarakis ivan.ka...@gmail.com [20.02.2012 14:20]: On 20 February 2012 15:16, Uli Armbruster uli.armbrus...@googlemail.comwrote: Hi there I'm willing to solve this by myself, despite my lack of real C-knowledge, but I need some hints at least: By default, floating clients

Re: [dev] dwm 6.0 xinerama video

2012-02-22 Thread Uli Armbruster
* Connor Lane Smith c...@lubutu.com [22.02.2012 15:18]: Hey, On 22 February 2012 08:30, Uli Armbruster uli.armbrus...@googlemail.com wrote: You named the video ... NEW Xinerama support. Just curious, what was it like before? I've only been using dwm with two monitors since version 6.0

[dev] [dwm] question regarding floating clients being always on top

2012-02-20 Thread Uli Armbruster
Hi there I'm willing to solve this by myself, despite my lack of real C-knowledge, but I need some hints at least: By default, floating clients are always on top of tiled clients. I'd like to change this behavior to make it possible to use floating and tiled clients together (either having

Re: [dev] [dwm] question regarding floating clients being always on top

2012-02-20 Thread Uli Armbruster
* Ivan Kanakarakis ivan.ka...@gmail.com [20.02.2012 14:20]: read how focus works (focus(..); unfocus(..);) and how and when XRaiseWindow is called Thanks Ivan!

[dev] [dwm] hg: bug or feature?

2012-02-07 Thread Uli Armbruster
Just a quick question: Is it a bug or a feature, that, if a client is being toggled floating, it is placed behind the tiled clients, so it can't be seen anymore? It can of course be used to hide clients, but well, dwm is a tagging window manager, so better to move them e.g. to a tag named trash

Re: [dev] [dwm] strange behavior with mupdf

2012-02-06 Thread Uli Armbruster
* Eckehard Berns ecki-suckl...@ecki.to [06.02.2012 12:47]: On Sun, Feb 05, 2012 at 11:30:03PM +0100, Uli Armbruster wrote: * Thomas Dean 78...@web.de [02.02.2012 17:20]: On Thu, Feb 02, 2012 at 14:45:42 +0100, Uli Armbruster wrote: Means, only after refocusing mupdf, it looks fine

Re: [dev] [dwm] strange behavior with mupdf

2012-02-06 Thread Uli Armbruster
* Eckehard Berns ecki-suckl...@ecki.to [06.02.2012 14:49]: That was fast - the bug has been fixed in the git repository. Confirmed, that did it :) SOLVED Thanks guys!!

Re: [dev] [dwm] strange behavior with mupdf

2012-02-05 Thread Uli Armbruster
* Thomas Dean 78...@web.de [02.02.2012 17:20]: On Thu, Feb 02, 2012 at 14:45:42 +0100, Uli Armbruster wrote: Means, only after refocusing mupdf, it looks fine. It doesn't depend on this certain pdf file, it happens with all pdf files. It also doesn't depend on the layout I use. Using

Re: [dev] [dwm] strange behavior with mupdf

2012-02-05 Thread Uli Armbruster
* hiro 23h...@googlemail.com [05.02.2012 23:35]: In mupdf how do you go from page bottom to next page (to begin reading at the top)? Either with . or with next From the manual: . pgdn right space Go to the next page But with right you get to the next page at the same

Re: [dev] [dwm] strange behavior with mupdf

2012-02-05 Thread Uli Armbruster
* Ivan c00kiemon5ter V Kanakarakis ivan.ka...@gmail.com [05.02.2012 23:43]: On 05/02/12 at 11:35pm, hiro wrote: In mupdf how do you go from page bottom to next page (to begin reading at the top)? 'g' will get you to the 1st page '13g' will get you to the 13th page etc I don't think

Re: [dev] [dwm] strange behavior with mupdf

2012-02-05 Thread Uli Armbruster
* Ivan c00kiemon5ter V Kanakarakis ivan.ka...@gmail.com [05.02.2012 23:50]: this happens in monsterwm too. I tried to redraw the borders after a configure request event and this seems to help, but it's not final. if you open an mplayer window and then open/quit repeatedly a second mplayer

[dev] [dwm] strange behavior with mupdf

2012-02-02 Thread Uli Armbruster
Hi guys Dwm is almost perfect for me, actually there are only two things I don't like, one of them I want to discuss here, because I don't have any idea what causes this. When I open a pdf with mupdf (http://mupdf.com), my pdf viewer of choice, it looks like this: Hidden bar (you don't need

Re: [dev] [dwm] strange behavior with mupdf

2012-02-02 Thread Uli Armbruster
* Jakub Lach jakub_l...@mailplus.pl [02.02.2012 15:40]: No such problem here. dwm-5.9; mupdf-0.9,1; FreeBSD 9.0-STABLE Damn, forgot to mention: I'm on linux, 64bit, dwm 6.0