Re: [dev] [Announce] Desktop Entry Launcher

2017-02-11 Thread Jan Christoph Ebersbach
ed. > > When "-r" is not specified, dmenu is launched with the command list > feed into standard input. Trailing command line arguments can be used > to pass flags to dmenu or use a different menu altogether: > > Set the background color of selected text to red: $ del --

Re: [dev] [PATCH] systray-alpha patch

2016-12-26 Thread Jan Christoph Ebersbach
tray *)calloc(1, sizeof(Systray > + die("fatal: could not malloc() %u bytesn", > sizeof(Systray)); > + wa.event_mask= ButtonPressMask | ExposureMask; > + wa.override_redirect = True; > + wa.background_pixel

Re: [dev] new pre-patched version of dwm available

2016-07-30 Thread Jan Christoph Ebersbach
ke. Nice work. I keep dwm and other suckless tools as submodules in my personal configuration repositories with simple build and install scripts. A central location to update all tools is something I'm missing in my setup. Jan Christoph -- Jan Christoph Ebersbach I didn’t want some petty, in

Re: [dev] [dmenu] [PATCH] Added option to prompt for passwords

2016-07-26 Thread Jan Christoph Ebersbach
enu in ways I consider undesirable or be > abandoned by its sole maintainer. > > Eric > -- Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9 signature.asc Description: PGP signature

Re: [dev][patch] Proper window type for dwm and dmenu

2016-07-25 Thread Jan Christoph Ebersbach
ntion. Not sure why anyone would complain about a UI > advancement that is both trivial and backed by years of research. > > > On Jul 24, 2016, at 12:56 PM, Jan Christoph Ebersbach > > wrote: > > > > Hi, > > > > Here are the patches to set _NET_WM_WINDOW_TYPE

Re: [dev][patch] Proper window type for dwm and dmenu

2016-07-24 Thread Jan Christoph Ebersbach
Hi, Here are the patches to set _NET_WM_WINDOW_TYPE_DOCK for dwm's bar and dmenu. Would someone with commit rights apply them to master? Thank you. Jan Christoph On Wed 20-07-2016 07:05 +0200, Jan Christoph Ebersbach wrote: > Great, thanks for the feeback. I'll provide a pa

Re: [dev] new pre-patched version of dwm available

2016-07-24 Thread Jan Christoph Ebersbach
ke to see in mainline, e.g. removing borders of the window when > there's only one window in the current tag. > > Cheers > > FRIGN > -- Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9 signature.asc Description: PGP signature

Re: [dev] Proper window type for dwm and dmenu

2016-07-19 Thread Jan Christoph Ebersbach
Great, thanks for the feeback. I'll provide a patch this week. Jan Christoph On Tue 19-07-2016 20:47 +0200, v4hn wrote: > Where's the patch? > > On Tue, Jul 19, 2016 at 07:43:26PM +0200, Jan Christoph Ebersbach > wrote: > > Hi, > > > > I just stumb

[dev] Proper window type for dwm and dmenu

2016-07-19 Thread Jan Christoph Ebersbach
ts.suckless.org/dev/1505/26735.html Jan Christoph -- Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9 signature.asc Description: PGP signature

Re: [dev] [slock] PAM support

2016-05-17 Thread Jan Christoph Ebersbach
On Mon 16-05-2016 15:52 -0700, Eric Pruitt wrote: > On Mon, May 16, 2016 at 10:38:00PM +0200, Jan Christoph Ebersbach > wrote: > > On Mon 16-05-2016 11:54 -0700, Eric Pruitt wrote: > > > Since PAM configurations typically enforce a delay before you can > > > rea

Re: [dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
o PAM. However, when the password is correct, PAM immediately returns. In this case, the screen would quickly change colors. Not sure if this desirable. Attached you find the patch that adds this feature. What do you think? Jan Christoph -- Jan Christoph Ebersbach I didn’t want some petty, in

Re: [dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
On Mon 16-05-2016 11:47 -0700, Eric Pruitt wrote: > On Mon, May 16, 2016 at 08:07:54PM +0200, Jan Christoph Ebersbach > wrote: > > I guess this issue can still happen. I didn't remove most of the > > getpw* code in order to keep the patch small. I'm using sssd and

Re: [dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
Hi Eric, On Mon 16-05-2016 10:05 -0700, Eric Pruitt wrote: > On Mon, May 16, 2016 at 06:32:54PM +0200, Jan Christoph Ebersbach > wrote: > > Yes, it's there in git but it takes a while till the web pages have > > be regenerated, I guess. > > I could be wrong, but I&#x

Re: [dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
Yes, it's there in git but it takes a while till the web pages have be regenerated, I guess. On Mon 16-05-2016 09:06 -0700, Eric Pruitt wrote: > On Mon, May 16, 2016 at 05:21:01PM +0200, Jan Christoph Ebersbach > wrote: > > I've added support for PAM authentication to slock

Re: [dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
What auth system are you using if it's neither PAM nor shadow/passwd? On Mon 16-05-2016 17:38 +0200, hiro wrote: > bad idea, just like the existing bullshit for auth in slock. > signature.asc Description: PGP signature

[dev] [slock] PAM support

2016-05-16 Thread Jan Christoph Ebersbach
Hi, I've added support for PAM authentication to slock. When you try it, I'd very happy about feedback because I haven't really done any serious work with PAM yet: http://tools.suckless.org/slock/patches/pam_auth Cheers, Jan Christoph -- Jan Christoph Ebersbach I didn’t

Re: [dev] structural regular expression support for vis

2016-03-13 Thread Jan Christoph Ebersbach
ix them and submit patches ;) > > A particularly embarrassing one, preventing the use of multiple > regular expressions in the same command has been fixed. > > I will keep rebasing the branch onto master. > > Did anyone try it out, comments? > -- Jan Christoph Ebersbach I

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Jan Christoph Ebersbach
it for a 2015 release. But I'll be sure to > > give it a go asap, 2016. :) > > Did you (or anyone else) try it? First impressions? Which features did > you miss the most? > -- Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from ke

[dev] Space to advance to the next slide

2015-11-16 Thread Jan Christoph Ebersbach
Jan Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9 From ca10921d45d1605647a882e101a52d612033640b Mon Sep 17 00:00:00 2001 From

Re: [dev] [st] expose cursor shape in config.def.h

2015-09-07 Thread Jan Christoph Ebersbach
Hi Christoph, Thank you for the hint. Attached is the patch in git format. Cheers, Jan Christoph On 09/07/2015 08:55 PM, Christoph Lohmann wrote: > Greetings. > > On Mon, 07 Sep 2015 20:55:46 +0200 Jan Christoph Ebersbach > wrote: >> Hi, >> >> I just realized

[dev] [st] expose cursor shape in config.def.h

2015-09-07 Thread Jan Christoph Ebersbach
Christoph Ebersbach I didn’t want some petty, inferior brand of righteousness that comes from keeping a list of rules when I could get the robust kind that comes from trusting Christ - God’s righteousness. Phil 3:9 Index: st/config.def.h

Re: [dev] [st utf8 3/4] Change internal character representation.

2015-05-22 Thread Jan Christoph Ebersbach
ently only used by ISDELIM I didn't bother to increase the complexity. Please let me know if I should change something. Cheers, Jan Christoph On Mon 27-04-2015 09:34 +0200, Roberto E. Vargas Caballero wrote: > Applied (with minor changes), thanks. > > -- Jan Christoph Ebersbach

[dev] FOSDEM

2013-01-27 Thread Jan Christoph Ebersbach
Hi, Is anyone planning to be at FOSDEM next weekend? It would be nice to meet some of the suckless hackers in person. I'll be there for the whole conference. Jan Christoph pgpqDaZeIBzi9.pgp Description: PGP signature

[dev] cloned screen setup broken

2012-08-18 Thread Jan Christoph Ebersbach
Hi, Thanks to hwi...@gmail.com I discovered an interesting, I'd say broken, behavior when using dwm in a cloned screen setup, i.e. connect a laptop to a beamer. In the archives I only found this lengthy thread (http://lists.suckless.org/dwm/0812/7109.html) regarding the dual head setup but it does

RE: [dev] [dwm] Patch for hor/vert-maximizing floating windows

2012-07-22 Thread Jan Christoph Ebersbach
Hi Krister, The patch looks interesting. I'll test it some time next week. Jan Christoph -Original message- > From:Krister Svanlund > Sent: Thu 19-Jul-2012 00:43 > To: dev@suckless.org > Subject: [dev] [dwm] Patch for hor/vert-maximizing floating windows > > Based on the dwm-6.0-maxi

RE: [dev] switch all windows from a monitor to another

2012-07-17 Thread Jan Christoph Ebersbach
Hi Maxime, I created a similar patch some time ago. It makes the tags being shared among all monitors instead of having separate tag sets. Maybe this is something you are also interested in. The downside is that it introduces fundamental changes to dwm that probably break other patches: http:/

RE: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-10 Thread Jan Christoph Ebersbach
Hi, -Original message- > From:Bjartur Thorlacius > Sent: Tue 10-Apr-2012 12:09 > To: dev mail list > Subject: Re: [dev] [dwm] drop the bars (was: systray in upstream dwm?) > > On Saturday 07 April 2012 12:13:43 Jan Christoph Ebersbach wrote: > > I wonder how t

RE: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-07 Thread Jan Christoph Ebersbach
Hi, My case is not anymore to include the systray patch in dwm, don't get me wrong. I wonder how these kind of patches can be done in a better way. It's clear that including a systray in dwm is not a good idea but it is also not possible to work around the bar included in dwm. I want to see the

Re: [dev] [dwm] systray in upstream dwm?

2012-04-06 Thread Jan Christoph Ebersbach
Hi, Sorry for the confusion. I uploaded the patch against the current tip. The wiki page now contains both patches. Jan Christoph On Thu 05-04-2012 12:18 -0500, Micheal Smith wrote: > On Wed, Apr 04, 2012 at 11:29:27PM +0200, Arian Kuschki wrote: > > On 4 April 2012 22:29, Jan

[dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-05 Thread Jan Christoph Ebersbach
il 2012 22:29, Jan Christoph Ebersbach wrote: > > What needs to be done to get the systray patch upstream into dwm? Is there > > any chance of getting it upstream or is it a total no go? > > It is a total no go. It is even questionable that dwm contains a > status text area.

[dev] [dwm] systray in upstream dwm?

2012-04-04 Thread Jan Christoph Ebersbach
Hi, What needs to be done to get the systray patch upstream into dwm? Is there any chance of getting it upstream or is it a total no go? The patch proved to be stable and I continued to refine it over last week. Please let me know in case you discover any issues. Jan Christoph This message wa

[dev] [dwm] systray implementation

2012-03-25 Thread Jan Christoph Ebersbach
Hi, I created a systray implementation for dwm. It can be dowloaded from http://dwm.suckless.org/patches/systray. Please let me know about any issues. Cheers, Jan Christoph

RE: [dev] [dwm] Tags vs Monitors continued

2012-02-27 Thread Jan Christoph Ebersbach
on't do it. https://bitbucket.org/jceb81/dwm-patches/raw/53cc07efad29/single_clientlist.patch Cheers, Jan Christoph -Original message----- From: Jan Christoph Ebersbach Sent: Mon 27-02-2012 21:12 Subject:[dev] [dwm] Tags vs Monitors continued To: dev@suckless.org; CC:

[dev] [dwm] Tags vs Monitors continued

2012-02-27 Thread Jan Christoph Ebersbach
Hi Thomas, Hi everybody, I experienced the very same difficulties with dwm's multi-monitor support that Thomas described earlier this year. In the attached patch I solved the problem by detaching the list of clients from the monitor. There is just one list of clients and all tags are shared betwee