Re: [dev] Suckless DNS server

2023-07-20 Thread Jan Klemkow
it way easier to configure. You don't have to deal with "complex" zone files. dnsmasq just serves the content of the /etc/hosts file. Thus, from my suckless perspective I would recommend dnsmasq. But, if you need more than A/ records (e.g. for DNSSEC or Mailing) nsd is fine. bye, Jan

Re: [dev] [ii] connect to servers with self signed tls certificates

2022-10-31 Thread Jan Klemkow
le.com -p 6697 -F "" ii: wrong fingerprint: SHA256:848f491d956befc9b9a79f1000a57b3eb131d424e4bae69b3684d4327fb11f02 # ii -ts irc.example.com -p 6697 -F SHA256:848f491d956befc9b9a79f1000a57b3eb131d424e4bae69b3684d4327fb11f02 NICK user USER user localhost irc.example.com :user ... Does this work for you? bye, Jan

Re: [dev] [ii] connect to servers with self signed tls certificates

2022-10-29 Thread Jan Klemkow
set per server. For those use cases, I would just add a "don't check anything" flag. The API of libtls is to detailed, to expose every knob as an option to ii. Maybe an -F option could be a compromise for selfsign certs?! I'll think about it and make a change to the tls patch. Thanks, Jan

Re: [dev] sshd?

2021-07-07 Thread Jan Klemkow
d key-based authentication. So, in my opinion for such a project you could combine libtls from Libressl with telnetd. just me two cents, Jan

[dev] [Announce] [scroll-0.1] release

2021-01-19 Thread Jan Klemkow
Hello community, scroll is now tagged 0.1 as release and available as a tarball. I want to thank all people who made patch contributions to make scroll better. scroll-0.1: https://dl.suckless.org/tools/scroll-0.1.tar.gz Further information under https://tools.suckless.org/scroll/ bye, Jan

Re: [dev] [ii] SASL over TOR question

2021-01-15 Thread Jan Klemkow
On Fri, Jan 15, 2021 at 01:42:43AM -0800, Spenser Truex wrote: > Has anyone a working setup for ii->sasl->tor? I use ii with ucspi-patch[1] and ucspi-tools[2] to connect to IRC servers via Tor and with SSL for certificate-user-authentication. [1]: https://tools.suckless.org/ii/patches/

Re: [dev] tlsrp: a simple TLS reverse proxy

2020-07-26 Thread Jan Klemkow
getopt(3) to parse them. At least, I like your project and hope you could bring it in a final state. bye, Jan

Re: [dev] Yet another "sane alternatives" thread

2018-12-24 Thread Jan Bessai
but you might try bmake https://apps.fedoraproject.org/packages/bmake It is a port of the Netbsd make. -- Jan

Re: [dev] Open Source DIY ethics

2018-12-22 Thread Jan Bessai
On 12/22/18 8:57 AM, Hiltjo Posthuma wrote: > On Sat, Dec 22, 2018 at 01:55:51PM +1300, Martin Tournoij wrote: >> [...] >> I wrote a brief article about "Open source DIY ethics", which I think >> describes the mentality of open source development for many (in the >> suckless community it's more exp

[dev] [ii]: path to apply action command

2017-09-07 Thread Jan Klemkow
Hi, this path applies action command support to ii. It was developed at the slcon4, but I was to lazy. So, I sent it now. Any comments or questions? Bye, Jan >From 1ddd9265ff3601cc07181d3fc79d33296c77adaf Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Thu, 7 Sep 2017 22:00:29 +0

Re: [dev] [Announce] Desktop Entry Launcher

2017-02-11 Thread Jan Christoph Ebersbach
t was messing the .del file in $HOME. del: open: /home/jceb/.del: No such file or directory del: dmenu died with exit status 1 It took a while until I figured out that "del -r" would create the missing file. Jan Christoph On Mon 06-02-2017 23:10 -0800, Eric Pruitt wrote: > I use dme

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

[dev] name for ii-like chatting

2016-09-27 Thread Jan Klemkow
the slcon3, because ii was the first of its kind. But, I am unhappy with this term and looking for a better word or phrase which fits to this kind of interface. Do you have any ideas of a name for the ii-like front-end interface? Thanks, Jan [0]: https://cr.yp.to/proto/ucspi.txt

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
If dmenu could easily be used as a replacement for pinentry my desktop would suck a little less. I'm not aware of many other use cases for entering passwords. Is that possible with your patch? Jan Christoph On Mon 25-07-2016 13:21 -0700, Eric Pruitt wrote: > On Mon, Jul 25, 2016 at 11

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

2016-07-25 Thread Jan Christoph Ebersbach
Hi Ben, Actually the patch I provided would remove the shadow from dmenu because it would be flagged as "dock". However, I also realized that it might be something useful for dmenu. For dwm I think it's totally useless and it should definitely be flagged as dock. Cheers. Jan

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
patches section of the wiki. What do you think? Jan Christoph PS: I'll update my share of patches in the next 1-2 weeks to the current HEAD. On Sat 23-07-2016 17:21 +0200, FRIGN wrote: > On Fri, 22 Jul 2016 13:54:36 -0800 Britton Kerin > wrote: > > Hey Britton, > > >

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] MIT/BSD licensed ELF linker?

2016-02-22 Thread Jan Klemkow
I don't know if it is production ready, but a former the former OpenBSD developer mickey@ has written an own static linker, which he uses for his OpenBSD fork AErieBSD. The AErieBSD-Project is dead, but his linker is at github: https://github.com/McIkye/tools bye, Jan On Tue, Aug 04, 2015

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

2016-01-17 Thread Jan Christoph Ebersbach
te it: https://github.com/jceb/dotfiles/blob/master/config/vis/lexers/themes/papercolor.lua Keep up the good work! Jan Christoph On Fri 15-01-2016 16:56 +0100, Marc André Tanner wrote: > On Thu, Dec 31, 2015 at 07:59:37PM +0100, Connor Lane Smith wrote: > > > I think this is pushing

Re: [dev] sj: bug in receiving presence

2015-12-09 Thread Jan Klemkow
I committed your diff for presenced with a following clean up. But maybe, I will change the presenced semantic a bit. But for the moment I fixes the daemon in a very good way. Thanks for your help! bye, Jan On Tue, Dec 08, 2015 at 01:57:26PM -0500, Greg Reagle wrote: > In this message, I po

Re: [dev] sj: bug in receiving presence

2015-12-09 Thread Jan Klemkow
Hi Greg, presenced was the last daemon I wrote just before the slcon2. Its just a short hack, that I didn't check to run correctly in real usage :-) Thanks for the diffs. I'll have a look at them tonight. Because I am busy now. But it looks good, beside of a few stylistic things.

Re: [dev] debugging sj

2015-12-04 Thread Jan Klemkow
On Fri, Dec 04, 2015 at 11:21:17AM -0500, Greg Reagle wrote: > On 12/04/2015 12:57 AM, Jan Klemkow wrote: > >I wrote ucspi-tee[1] to do this job for me. But I think there is a > >similar tool of djb's tool chain, that does it, too. > > Okay yes I can compile and run yo

Re: [dev] debugging sj

2015-12-03 Thread Jan Klemkow
On Tue, Dec 01, 2015 at 11:35:46AM -0500, Greg Reagle wrote: > On 12/01/2015 10:55 AM, Greg Reagle wrote: > >I don't experience any bugs in sj, but I would like to see the raw XML > >messages that are sent back and forth via sj, messaged, iqd, and > >presenced, in order to be able to understand bet

Re: [dev] sj: explicit tlsc doesn't work

2015-12-03 Thread Jan Klemkow
e man page > > need to be corrected? > > I think it's a combination. I got it working around the same time you > did but forgot to post that it worked. I think Jan wants to find a > cleaner solution, but for now sj calls tlsc. This solution it the final one, I think. sj is c

Re: [dev] sj: explicit tlsc doesn't work

2015-12-03 Thread Jan Klemkow
Hi Greg, Sorry for the late answer, but I was busy the last days. On Tue, Dec 01, 2015 at 10:37:44AM -0500, Greg Reagle wrote: > Thanks to the recent updates to sj[1] and ucspi-tools[2], sj is now easier > to build. > > The man page for sj has this > > EXAMPLES > tcpclient example.org 5223

Re: [dev] sj

2015-11-23 Thread Jan Klemkow
On Mon, Nov 23, 2015 at 11:40:35AM -0500, Greg Reagle wrote: > On 11/23/2015 11:34 AM, Jan Klemkow wrote: > >The tls certificate verification failed. Turn it off with the following > >environment variable: > > > >export TLSC_NO_VERIFICATION=1 > > That preve

Re: [dev] sj

2015-11-23 Thread Jan Klemkow
> SJ_SERVER=jabber.org > SJ_USER=taiga > ~/a/sj$ tcpclient jabber.org 5222 sj > tlsc: tls_error: ssl verify setup failure The tls certificate verification failed. Turn it off with the following environment variable: export TLSC_NO_VERIFICATION=1 bye, Jan pgp7j7FTy3xlR.pgp Description: PGP signature

Re: [dev] sj: ucspi

2015-11-22 Thread Jan Klemkow
On Sun, Nov 22, 2015 at 02:20:51AM -0500, Matthew of Boswell wrote: > On Sun, 22 Nov 2015 03:21:12 +0100 > Jan Klemkow wrote: > > I implemented STARTTLS. But there is a hard coded hack, that there is > > no certificate verification at the moment. I have to find a way to give &

Re: [dev] sj: ucspi

2015-11-21 Thread Jan Klemkow
arguments behind the tlsc ones. So tlsc does the tls handshake and starts sj as it was stated before. Could you test the new state with your use cases? Thanks for reporting, Jan On Fri, Nov 20, 2015 at 10:28:08AM +0100, Jan Klemkow wrote: > Hi, > > Thanks for testing my jabber client and

Re: [dev] sj: ucspi

2015-11-20 Thread Jan Klemkow
ch at hackers@, I will have a look at it at this weekend. Thanks! bye, Jan On Thu, Nov 19, 2015 at 07:02:02PM -0500, Matthew of Boswell wrote: > On Thu, 19 Nov 2015 15:14:06 -0500 > Greg Reagle wrote: > > > On 11/19/2015 03:11 PM, Matthew of Boswell wrote: > > > Note,

Re: [dev] [slcon2] Videos are now online!

2015-11-19 Thread Jan Klemkow
Thanks for that advice. Done! On Thu, Nov 19, 2015 at 01:13:36PM +0800, Pickfire wrote: > Hi, I think it is better to add http://klemkow.net/sj.html link to the > github repository. pgp9CCc3W083L.pgp Description: PGP signature

Re: [dev] [slcon2] Videos are now online!

2015-11-18 Thread Jan Klemkow
And there is also a short paper for this talk, which should be linked on the conference website. http://klemkow.net/sj.pdf FRIGN: Where is the right place to upload this pdf on the suckless server? thanks, Jan On Wed, Nov 18, 2015 at 04:55:27PM +0100, FRIGN wrote: > On Wed, 18 Nov 2015 10

[dev] Space to advance to the next slide

2015-11-16 Thread Jan Christoph Ebersbach
Hi, Thank you very much for sent, it's awesome! Since Space is very common in other presentation tools to advance to the next slide it would be a great default for sent as well. The attached patch adds the Space key as another way to advance to the next slide. Regards, Jan Christoph --

[dev] suckless assembly at 32C3

2015-11-10 Thread Jan Klemkow
In my opinion we should use this event as a possibility to hack on our software, like a hackathon. bye, Jan

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
Hi, I just realized that st implements the cursor shapes Block, IBeam and Underline. It would be nice if the default cursor shape would be configurable, i.e. because IBeam is a nice alternative to Block. The attached patch exposes cursor shape in config.def.h. Cheers, Jan Christoph -- Jan

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

Re: [dev] [ii] Patch to use ii with UCSPI backend

2015-01-26 Thread Jan Klemkow
On Mon, Jan 26, 2015 at 12:49:38PM +0100, Nico Golde wrote: > Hi, > * Markus Teich [2015-01-22 14:30]: > > younix wrote: > > > I don't get the point with an additional git branch!? What would be the > > > advantage of it, instead of a diff on the website

[dev] [PATCH] [ubase] Add swaplabel.

2014-11-29 Thread Jan Tatje
Hello, I wrote a simple utility to change the label of a swap partition for ubase. Please tell me what to change should further changes be required for this to be accepted. diff --git a/Makefile b/Makefile index d267535..150ca13 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ SRC = \ rmmo

[dev] [dmenu] Make C-w delete slash

2013-11-23 Thread Jan-Christian Hütter
Hi, since I intend to use dmenu as a simple file-browser, it would be nice if the C-w shortcut also deleted one slash to the left (but not more), i.e., /home/user/_ [C-w] should become /home/_. Thanks, Jan-Christian

[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
lve the issue within dwm, therefore I suggest the following guidelines for this setup: - use the same resolution on both screens (I guess this is a good idea in general) - never spawn windows on the other screen - and hide the bar on the other screen Jan Christoph pgpfn2MwjpSrn.pgp Description: PGP signature

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 > &g

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

2012-07-17 Thread Jan Christoph Ebersbach
://dwm.suckless.org/patches/single_tagset Jan Christoph -Original message- > From:Maxime Daniel > Sent: Tue 17-Jul-2012 16:52 > To: dev@suckless.org > Subject: [dev] switch all windows from a monitor to another > > Hi, > > I wrote a patch which add a feature l

Re: [dev] [dwm] dynamic environment variables

2012-06-06 Thread Jan
similar situation once, don't really remember what it was, though. What I did in that moment was gdb -p $(pidof dwm) <<< 'call setenv("HTTP_PROXY","proxyhost:8080")' (it was urgent) One might also make dwm read a file/fifo with serialised key/value environment variable pairs. But, this works, why bother? jan

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
he visual stuff, would come to an end. Did anyone actually try to remove the bars (and keybindings) from dwm and define a simple IPC mechanism? Jan Christoph This message was sent using Zarafa WebApp.-Original message- From: Luis Anaya  Sent: Sat 07-Apr-2012 10:57 To: dev@suckless.org Su

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
other patches like Xft that show that there is a need for choice and extension. Building everything into dwm is not a good idea, agreed. So let's create a proper interface for dwm that other programs can use. Jan Christoph On Thu 05-04-2012 19:31 +0200, Anselm R Garbe wrote: > On 4 Apr

[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

[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
ket.org/jceb81/dwm-patches/raw/95eca0c72fc7/single_clientlist.patch Cheers, Jan Christoph

Re: [dev] xv6

2011-11-13 Thread Jan
On Sat, 12 Nov 2011 17:50:32 +0100, Truls Becken wrote: In my defence, I both searched through the mailing list page using my browser, and searched for "xv6 site:suckless.org" with DDG, without finding anything. After Kurt pointed out that it had been discussed before, I tried the same query with

Re: [dev] [dwm] titlenormcolor patch

2011-07-13 Thread Jan
y(dpy); HAHAHAhahaha. Ha. I know the patch is trivial, but it will save people the time to look into the code. -jan

[dev] [dwm] titlenormcolor patch

2011-07-10 Thread Jan
Hi, after using dwm for about a year now I decided I don't like that the title bar has the 'selected' background-color. I believe the idea was to provide a visible way to determine the active screen, but since I don't use multi-head very often and IMHO the presence/absence of the title text is eno

Re: [dev][st] Approach to adding -bg colour option to st

2011-04-25 Thread Jan
the bg-color changed at runtime is, that I have special cases in which I want a red or green or so bg terminal. If I just want to set the default bg, it should imho be done in config.h. -jan

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Jan
On Tue, 19 Apr 2011 09:02:40 -0400, Andrew Hills wrote: > On Tue, Apr 19, 2011 at 3:22 AM, Jan wrote: >> I'm not sure and no possibility to check it, but maybe `xrandr --output >> --primary' works. > > Sorry, it doesn't, probably because I am using AMD&

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Jan
ls I'm not sure and no possibility to check it, but maybe `xrandr --output --primary' works. -jan

Re: [dev] [ANN] sabotage 2011-04-18, a musl+busybox based distribution

2011-04-18 Thread Jan
On Mon, 18 Apr 2011 17:28:35 +0200, Christian Neukirchen wrote: > Hi, > > this is the second public release of sabotage, a distribution based on > musl and busybox. sweet! I tried bootstrapping again, however i ran into issues pretty early: utils/prepare-root:7 is mkdir -p var/empty var/ser

Re: [dev] dwm taskbar font

2011-04-03 Thread Jan
On Sun, 3 Apr 2011 13:52:59 +0300, Le Tian wrote: > [snip] > 5. restart looks alright, I don't know about the makepkg arguments. Why don't you just clone the hg and compile it? My binary is in $HOME/.local/bin, and that dir is in my path. Since my dwm-binary stores personal customizations (in you

Re: [dev] wmii how to replace status bar with dzen2

2011-02-07 Thread Jan
On Mon, 07 Feb 2011 11:19:37 +0100, "Thomas Dahms" wrote: > Or, if you want to do it right, you have to hack up the event > processing [snip] ...which would be a pretty neat thing to have, anyway, I guess :) jan

Re: [dev] [dwm] floating window if fullscreen

2011-01-24 Thread Jan
On Mon, 24 Jan 2011 18:03:03 -0800, Gene Auyeung wrote: > On Mon, Jan 24, 2011 at 5:53 PM, Jan wrote: >> Since your new to dwm I'd like to point you to the bstack layouts you can >> find in the wiki. In my eyes they work very nice with netbooks. > > I don't have

Re: [dev] [dwm] floating window if fullscreen

2011-01-24 Thread Jan
On Tue, 25 Jan 2011 01:51:32 +, Nick wrote: > As I mostly use monocle layout (I'm using a netbook), this behaviour > isn't ideal for me. Attached is a patch removing that functionality, > in case anyone else finds it useful. Since your new to dwm I'd like to

Re: [dev] wicd and his little friends

2011-01-19 Thread Jan
On Thu, 20 Jan 2011 02:28:22 +0100, Antoni Grzymala wrote: > Jan dixit (2011-01-20, 02:26): > >> On Wed, 19 Jan 2011 20:22:51 -0500, Kurt H Maier >> wrote: >> > On Wed, Jan 19, 2011 at 8:15 PM, Jan wrote: >> >> Maybe surveilling /var/log/messages (

Re: [dev] wicd and his little friends

2011-01-19 Thread Jan
On Wed, 19 Jan 2011 20:22:51 -0500, Kurt H Maier wrote: > On Wed, Jan 19, 2011 at 8:15 PM, Jan wrote: >> Maybe surveilling /var/log/messages (lines are similar to dmesg output) >> for lines that include "eth0" and "link" might work. > &

Re: [dev] wicd and his little friends

2011-01-19 Thread Jan
On Wed, 19 Jan 2011 11:10:18 -0500, Kurt H Maier wrote: >> I still want wireless to be switched off completely when I attach the >> ethernet cable. Is there any program I could combine with wpa_actiond >> to acchieve this? > > I don't see why this can't be scr

Re: [dev] wmii freezes momentarily and regularly

2011-01-19 Thread Jan
On Wed, 19 Jan 2011 14:13:53 +0100, Valentin wrote: > What does this do that wpa_cli -a can't do? > > --Valentin 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. Jan

Re: [dev] wmii freezes momentarily and regularly

2011-01-18 Thread Jan
le on Ubuntu, but nevertheless I felt like I should suggest it at this point. Jan On Tue, 18 Jan 2011 22:28:10 -0500, Eitan Goldshtrom wrote: > I use the default desktop environment for Ubuntu right now because > things don't freeze there. I can check again probably tomorrow and get

[dev] Re: [dwm] Notability!

2010-07-29 Thread Jan Wagemakers
uestion to LJ <http://www.janw.dommel.be/tmp/LJ_june2010_DWMq.jpeg>. -- Met vriendelijke groetjes - Jan Wagemakers - ... Wij zijn allemaal stripfiguren getekend door het leven

Re: [dev] [9base] rc can't find .

2010-06-11 Thread Jan Winkelmann
On Fri, 2010-06-11 at 06:48 -0400, Kris Maglione wrote: > On Fri, Jun 11, 2010 at 12:43:55PM +0200, Jan Winkelmann wrote: > >9base is a hg build, built 3 days ago, it's the newest version. I know > >werc has it's own list, but I feel the problem isn't werc. > &

Re: [dev] [9base] rc can't find .

2010-06-11 Thread Jan Winkelmann
> > Also, werc has its own mailing list: http://groups.google.com/group/werc9 > > uriel > > On Fri, Jun 11, 2010 at 12:52 AM, Jan Winkelmann wrote: > > Hi, > > > > I was running a werc+lighty+9base setup happily for a couple of days. > > Suddenly it started thr

Re: [dev] [9base] rc can't find .

2010-06-11 Thread Jan Winkelmann
error (correct me if I'm wrong). So probably I'll just have to downgrade or wait for them to fix it. Thanks for trying to help me anyway, Jan On Fri, 2010-06-11 at 01:57 +0200, Uriel wrote: > werc is not meant to be called from the command line (unless you setup > some kind of

[dev] [9base] rc can't find .

2010-06-10 Thread Jan Winkelmann
eady tried removing the custom werc.rc and replacing it by the original, but that didn't help either. I don't really know what to look for at this point, especially because I don't really know a lot about plan9. So, any help would be appreciated. Thanks in advance, Jan

[dev] tabbed - two small patches

2010-05-01 Thread Jan Friesse
Hi, attached are two small tabbed patches (based on top of current hg tip). - First adds option to open new tab as last one - Second adds option for bar at bottom of window (instead of top) Regards, Honza tabbed-open-new-tab-as-last-one.patch Description: Binary data tabbed-bottombar.patch

Re: [dev] dmenu: Patch to allow abort with C-g

2009-06-05 Thread Jan Hülsbergen
On Fri, Jun 5, 2009 at 19:02, Kris Maglione wrote: > Not that difficult: Ah, I missed that one, thanks. ~jan

[dev] dmenu: Patch to allow abort with C-g

2009-06-05 Thread Jan Hülsbergen
Hi, since I'm a heavy Emacs user, I missed being able to abort/exit dmenu with C-g in addition to ESC and I wrote a little patch to do just that. So if anyone else is interested, here it is. ~jan --- dmenu.c.orig 2009-04-18 13:50:04.0 +0200 +++ dmenu.c 2009-06-05 03:23:29.